Home
last modified time | relevance | path

Searched full:initial (Results 1 – 25 of 221) sorted by relevance

123456789

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlconf.l118 BEGIN(INITIAL);
141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
157 BEGIN(INITIAL);
189 BEGIN(INITIAL);
193 BEGIN(INITIAL);
265 BEGIN(INITIAL);
H A Dlconf.c855 #define INITIAL 0 macro
1143 BEGIN(INITIAL);
1204 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1238 BEGIN(INITIAL);
1297 BEGIN(INITIAL);
1303 BEGIN(INITIAL);
1373 case YY_STATE_EOF(INITIAL):
1808 * @note This function does not reset the start condition to @c INITIAL .
2371 BEGIN(INITIAL); in zconf_endhelp()
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Ds3c24x0.h56 #define DISRC0 (*(volatile unsigned *)0x4b000000) //DMA 0 Initial source
57 #define DISRCC0 (*(volatile unsigned *)0x4b000004) //DMA 0 Initial source control
58 #define DIDST0 (*(volatile unsigned *)0x4b000008) //DMA 0 Initial Destination
59 #define DIDSTC0 (*(volatile unsigned *)0x4b00000c) //DMA 0 Initial Destination control
66 #define DISRC1 (*(volatile unsigned *)0x4b000040) //DMA 1 Initial source
67 #define DISRCC1 (*(volatile unsigned *)0x4b000044) //DMA 1 Initial source control
68 #define DIDST1 (*(volatile unsigned *)0x4b000048) //DMA 1 Initial Destination
69 #define DIDSTC1 (*(volatile unsigned *)0x4b00004c) //DMA 1 Initial Destination control
76 #define DISRC2 (*(volatile unsigned *)0x4b000080) //DMA 2 Initial source
77 #define DISRCC2 (*(volatile unsigned *)0x4b000084) //DMA 2 Initial source control
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_gpiote.h131 nrf_gpiote_outinit_t init_state; /**< Initial state of the output pin. */
161 * @details The initial pin state must be provided. */
209 * @details The output pin can be controlled by the CPU or by PPI. The initial
215 * @param[in] p_config Initial configuration.
304 * The initial configuration specifies which mode is used.
314 * @param[in] p_config Initial configuration.
H A Dnrfx_i2s.h161 * @param[in] p_config Pointer to the structure with initial configuration.
196 * to be used in the initial part of the transfer
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/
H A Dsyscfg.yml20 description: "Initial supported new alert category bitmask."
24 description: "Initial supported unread alert category bitmask."
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_msd.c167 /* initial message */ in _send_cmd()
182 /* initial message */ in _send_cmd()
214 /* initial message */ in _send_cmd()
236 /* initial message */ in _send_cmd()
247 /* initial message */ in _send_cmd()
273 /* initial message */ in _wait_token()
307 /* initial message */ in _wait_ready()
345 /* initial message */ in _read_block()
359 /* initial message */ in _read_block()
382 /* initial message */ in _write_block()
[all …]
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/
H A Dstartup_gcc.S12 #define MSTATUS_FS 0x00006000U /* initial state of FPU */
65 /* set to initial state of FPU and disable interrupt */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dfsm.c101 /* Send an initial configure-request */ in fsm_lowerup()
172 /* Send an initial configure-request */ in fsm_open()
408 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
414 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
503 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfack()
568 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfnakrej()
H A Dmppe.c134 /* Generate the initial session key. */ in mppe_init()
152 ("%s[%d]: keys: master: %s initial session: %s\n", in mppe_init()
158 * Initialize the coherency count. The initial value is not specified in mppe_init()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dfsm.c101 /* Send an initial configure-request */ in fsm_lowerup()
172 /* Send an initial configure-request */ in fsm_open()
408 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
414 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
503 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfack()
568 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfnakrej()
H A Dmppe.c134 /* Generate the initial session key. */ in mppe_init()
152 ("%s[%d]: keys: master: %s initial session: %s\n", in mppe_init()
158 * Initialize the coherency count. The initial value is not specified in mppe_init()
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Dccm_mode.c186 b[14] = b[15] = TC_ZERO_BYTE; /* restoring initial counter for ctr_mode (0):*/ in tc_ccm_generation_encryption()
226 b[14] = b[15] = TC_ZERO_BYTE; /* initial counter value is 0 */ in tc_ccm_decryption_verification()
231 b[14] = b[15] = TC_ZERO_BYTE; /* restoring initial counter value (0) */ in tc_ccm_decryption_verification()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_radio.h696 * @brief Function for setting CRC initial value.
698 * @param crc_init_value CRC initial value
703 * @brief Function for getting CRC initial value.
705 * @return CRC initial value.
742 * @brief Function for setting the data whitening initial value.
744 * @param datawhiteiv Data whitening initial value.
749 * @brief Function for getting the data whitening initial value.
751 * @return Data whitening initial value.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DAUTHORS11 The initial packaging was done by:
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dfsm.c136 /* Send an initial configure-request */ in fsm_lowerup()
228 /* Send an initial configure-request */ in fsm_open()
482 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
487 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
583 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfack()
643 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfnakrej()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_spi.c116 // - SCK - output with initial value corresponding with the SPI mode used: in nrfx_spi_init()
134 // - MOSI (optional) - output with initial value 0, in nrfx_spi_init()
156 // - Slave Select (optional) - output with initial value 1 (inactive). in nrfx_spi_init()
H A Dnrfx_spim.c228 // - SCK - output with initial value corresponding with the SPI mode used: in nrfx_spim_init()
246 // - MOSI (optional) - output with initial value 0, in nrfx_spim_init()
268 // - Slave Select (optional) - output with initial value 1 (inactive). in nrfx_spim_init()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinfblock.h22 int)); /* initial return code */
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DThread.h26 @param priority initial priority of the thread function. (default: osPriorityNormal).
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/tests/
H A Dzlib1.c94 "1.6. \"Initial Developer\" means the individual or entity\n"
95 "identified as the Initial Developer in the Source Code\n"
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/
H A Dtest_tcp.c153 /* disable initial congestion window (we don't send a SYN here...) */ in START_TEST()
350 /* disable initial congestion window (we don't send a SYN here...) */ in START_TEST()
449 /* disable initial congestion window (we don't send a SYN here...) */ in START_TEST()
536 /* disable initial congestion window (we don't send a SYN here...) */ in test_tcp_tx_full_window_lost()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_stop.h53 * @param listener A listener to populate. This object's initial
/nrf52832-nimble/rt-thread/components/vbus/share_hdr/
H A Dvbus_api.h65 /* initial state, available for reuse */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dautoip.h55 #define PROBE_WAIT 1 /* second (initial random delay) */

123456789