Home
last modified time | relevance | path

Searched full:prepare (Results 1 – 25 of 78) sorted by relevance

1234

/nrf52832-nimble/rt-thread/tools/
H A Dbuildbot.py28 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 Dmbutils.c69 /* 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 Dble_l2cap_coc.c205 * 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 Dble_hs_mbuf.c90 /* 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 Dmtd_nand.c227 /* prepare page data */ in mtd_nand_write()
232 /* prepare oob data */ in mtd_nand_write()
/nrf52832-nimble/
H A DSConstruct30 # prepare building environment
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_vmc.h74 * @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 Dnrf_twis.h58 …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 Dwritespeed.c39 /* prepare write data */ in writespeed()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/netbiosns/
H A Dnetbiosns.c282 /* 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 Dble_hs_mbuf.h42 * - Largest ATT command base (prepare write request / response).
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_usbd.h167 * 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 Dnrfx_twis.h247 * @brief Prepare data for sending.
282 * @brief Prepare data for receiving
H A Dnrfx_spim.h277 * 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 Devent_simple.c36 rt_kprintf("thread1: delay 1s to prepare second event\n"); in thread1_entry()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Dconfigure.ac8 # Prepare autoconf
21 # Prepare automake
35 # Prepare libtool
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsavannah.txt96 Prepare the release:
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dsystem_nrf51.c59 /* 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 Dsavannah.txt96 Prepare the release:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/netbiosns/
H A Dnetbiosns.c367 /* 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 Dping.c45 /** Prepare a echo ICMP request */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_read_test.c220 /*** Prepare characteristic value. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/ping/
H A Dping.c45 /** Prepare a echo ICMP request */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/smtp/
H A Dsmtp.c1030 /** 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 Dpthread.h192 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void));

1234