/nrf52832-nimble/rt-thread/tools/ |
H A D | buildbot.py | 28 print ('prepare MDK3 project file on ' + project_dir) 34 print ('prepare MDK4 project file on ' + project_dir) 40 print ('prepare MDK5 project file on ' + project_dir) 46 print ('prepare IAR project file on ' + project_dir)
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbutils.c | 69 /* Prepare a mask for setting the new bits. */ in xMBUtilSetBits() 100 /* Prepare a mask for setting the new bits. */ in xMBUtilGetBits()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_coc.c | 205 * we need to prepare space for this. Therefore we need sdu_rx in ble_l2cap_coc_rx_fn() 349 /* Prepare packet */ in ble_l2cap_coc_continue_tx() 352 BLE_HS_LOG(DEBUG, "Could not prepare l2cap packet len %d", len); in ble_l2cap_coc_continue_tx()
|
H A D | ble_hs_mbuf.c | 90 /* Prepare write request and response are the larget ATT commands which in ble_hs_mbuf_att_pkt()
|
/nrf52832-nimble/rt-thread/components/drivers/mtd/ |
H A D | mtd_nand.c | 227 /* prepare page data */ in mtd_nand_write() 232 /* prepare oob data */ in mtd_nand_write()
|
/nrf52832-nimble/ |
H A D | SConstruct | 30 # prepare building environment
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_vmc.h | 74 * @ref nrf_vmc_power_t should be use to prepare this bitmask. 76 * @ref nrf_vmc_retention_t should be use to prepare this bitmask.
|
H A D | nrf_twis.h | 58 …NRF_TWIS_TASK_PREPARERX = offsetof(NRF_TWIS_Type, TASKS_PREPARERX), /**< Prepare the TWIS slave to… 59 …NRF_TWIS_TASK_PREPARETX = offsetof(NRF_TWIS_Type, TASKS_PREPARETX) /**< Prepare the TWIS slave to…
|
/nrf52832-nimble/rt-thread/examples/file/ |
H A D | writespeed.c | 39 /* prepare write data */ in writespeed()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/netbiosns/ |
H A D | netbiosns.c | 282 /* prepare NetBIOS header response */ in netbiosns_recv() 293 /* prepare NetBIOS header datas */ in netbiosns_recv()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs_mbuf.h | 42 * - Largest ATT command base (prepare write request / response).
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_usbd.h | 167 * Clear endpoint or prepare new buffer and read it. 291 * Transfer feeder is a feedback function used to prepare a single 301 * that can be used to prepare transfer. 321 * Transfer consumer is a feedback function used to prepare a single
|
H A D | nrfx_twis.h | 247 * @brief Prepare data for sending. 282 * @brief Prepare data for receiving
|
H A D | nrfx_spim.h | 277 * together with @ref NRFX_SPIM_FLAG_REPEATED_XFER to prepare a sequence of SPI transfers 279 * - @ref NRFX_SPIM_FLAG_REPEATED_XFER<span></span>: Prepare for repeated transfers. You can set
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | event_simple.c | 36 rt_kprintf("thread1: delay 1s to prepare second event\n"); in thread1_entry()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | configure.ac | 8 # Prepare autoconf 21 # Prepare automake 35 # Prepare libtool
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | savannah.txt | 96 Prepare the release:
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | system_nrf51.c | 59 /* Prepare the peripherals for use as indicated by the PAN 26 "System: Manual setup is required in SystemInit()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | savannah.txt | 96 Prepare the release:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/netbiosns/ |
H A D | netbiosns.c | 367 /* prepare NetBIOS header response */ in netbiosns_recv() 378 /* prepare NetBIOS header datas */ in netbiosns_recv()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/ping/ |
H A D | ping.c | 45 /** Prepare a echo ICMP request */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatts_read_test.c | 220 /*** Prepare characteristic value. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/ping/ |
H A D | ping.c | 45 /** Prepare a echo ICMP request */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/smtp/ |
H A D | smtp.c | 1030 /** Prepare HELO/EHLO message */ 1140 /** Prepare MAIL message */ 1157 /** Prepare RCPT message */ 1174 /** Prepare header of body */ 1203 /** Prepare QUIT message */
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread.h | 192 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void));
|