Home
last modified time | relevance | path

Searched full:delay (Results 1 – 25 of 115) sorted by relevance

12345

/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dstart_rvds.S508 ;// <i> The delay is in EMCCLK cycles
513 ;// <i> The delay is in EMCCLK cycles
518 ;// <i> The delay is in CCLK cycles
524 ;// <i> The delay is in CCLK cycles
529 ;// <i> The delay is in CCLK cycles
534 ;// <i> The delay is in CCLK cycles
539 ;// <i> The delay is in CCLK cycles
544 ;// <i> The delay is in CCLK cycles
549 ;// <i> The delay is in CCLK cycles
554 ;// <i> The delay is in CCLK cycles
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_systick.h56 * using interrupts. For safety we would limit the maximum delay range by half.
98 * @brief Blocking delay in CPU ticks
100 * @param[in] ticks Number of CPU ticks to delay.
105 * @brief Blocking delay in us
107 * @param[in] us Number of microseconds to delay.
112 * @brief Blocking delay in ms
114 * This delay function removes the limits of the highest possible delay value.
116 * @param[in] ms Number of milliseconds to delay.
H A Dnrfx_qspi.h156 * - blocking mode (without handler) - a delay occurs until the last operation still runs and
179 * - blocking mode (without handler) - a delay occurs until the last operation still runs and
206 * - blocking mode (without handler) - a delay occurs until the last operation still runs and
/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) */
56 #define PROBE_MIN 1 /* second (minimum delay till repeated probe) */
57 #define PROBE_MAX 2 /* seconds (maximum delay till repeated probe) */
61 #define ANNOUNCE_WAIT 2 /* seconds (delay before announcing) */
63 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Dautoip.h55 #define PROBE_WAIT 1 /* second (initial random delay) */
56 #define PROBE_MIN 1 /* second (minimum delay till repeated probe) */
57 #define PROBE_MAX 2 /* seconds (maximum delay till repeated probe) */
61 #define ANNOUNCE_WAIT 2 /* seconds (delay before announcing) */
63 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsntp_opts.h99 * - >= 4 @todo: to check that the Root Delay and Root Dispersion fields are each
108 /** Enable round-trip delay compensation.
109 * Compensate for the round-trip delay by calculating the clock offset from
132 /** According to the RFC, this shall be a random delay
135 * which must return the delay in milliseconds as u32_t.
146 /** If you want the startup delay to be a function, define this
161 /** SNTP update delay - in milliseconds
170 * delay compensation if SNTP_COMP_ROUNDTRIP != 0.
/nrf52832-nimble/rt-thread/examples/kernel/
H A Dthread_delay.c5 * This is an example for delay thread
14 rt_kprintf("thread delay 10 tick\n"); in thread_entry()
23 rt_kprintf("thread delay 15 tick\n"); in thread_entry()
62 FINSH_FUNCTION_EXPORT(_tc_thread_delay, a thread delay test);
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_nfct.h127 …_MASK = NFCT_ERRORSTATUS_FRAMEDELAYTIMEOUT_Msk, /**< Timeout of the Frame Delay Timer (no frame tr…
156 …RAME_DELAY = NFCT_NFCTAGSTATE_NFCTAGSTATE_FrameDelay, /**< Counting Frame Delay Time since the las…
185 * @brief NFC frame delay mode for data transmission.
189 … /**< Frame transmission starts when @ref NRF_NFCT_TASK_STARTTX is set (delay timer is not used)…
191 …LAYMODE_FRAMEDELAYMODE_ExactVal, /**< Frame transmission starts when the delay timer reaches FRAM…
418 * @retval NRF_NFCT_TAG_STATE_FRAME_DELAY Frame Delay Timer of the NFC tag is counting ticks
445 * @brief Function for getting the minimum Frame Delay Time value.
447 * @details This is the minimum value for Frame Delay Timer. It controls the shortest time between
451 * @return The minimum Frame Delay Time value in 13.56-MHz clock ticks.
456 * @brief Function for setting the minimum Frame Delay Time value.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/
H A Dautoip.h64 #define PROBE_WAIT 1 /* second (initial random delay) */
65 #define PROBE_MIN 1 /* second (minimum delay till repeated probe) */
66 #define PROBE_MAX 2 /* seconds (maximum delay till repeated probe) */
70 #define ANNOUNCE_WAIT 2 /* seconds (delay before announcing) */
72 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Ddevice_composition.h57 u8_t delay; member
77 u8_t delay; member
125 u8_t delay; member
161 u8_t delay; member
H A Dtransition.c585 ble_npl_callout_reset(&onoff_transition_timer, K_MSEC(5 * state->delay)); in onoff_handler()
592 K_MSEC(5 * state->delay)); in level_lightness_handler()
598 ble_npl_callout_reset(&level_temp_transition_timer, K_MSEC(5 * state->delay)); in level_temp_handler()
607 K_MSEC(5 * state->delay)); in light_lightness_actual_handler()
616 K_MSEC(5 * state->delay)); in light_lightness_linear_handler()
624 ble_npl_callout_reset(&light_ctl_transition_timer, K_MSEC(5 * state->delay)); in light_ctl_handler()
633 K_MSEC(5 * state->delay)); in light_ctl_temp_handler()
H A Ddevice_composition.c201 state->delay = 0; in gen_onoff_setunack()
206 state->delay = net_buf_simple_pull_u8(buf); in gen_onoff_setunack()
334 state->delay = 0; in gen_level_set_unack()
339 state->delay = net_buf_simple_pull_u8(buf); in gen_level_set_unack()
424 state->delay = 0; in gen_delta_set_unack()
429 state->delay = net_buf_simple_pull_u8(buf); in gen_delta_set_unack()
512 state->delay = 0; in gen_move_set_unack()
517 state->delay = net_buf_simple_pull_u8(buf); in gen_move_set_unack()
866 state->delay = 0; in light_lightness_set_unack()
871 state->delay = net_buf_simple_pull_u8(buf); in light_lightness_set_unack()
[all …]
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/
H A Dsfud_def.h71 * @param delay delay function for every retry. NULL will not delay for every retry.
75 #define SFUD_RETRY_PROCESS(delay, retry, result) \ argument
76 void (*__delay_temp)(void) = (void (*)(void))delay; \
277 void (*delay)(void); /**< every retry's delay */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsntp_opts.h101 * - >= 4 @todo: to check that the Root Delay and Root Dispersion fields are each
110 /** According to the RFC, this shall be a random delay
113 * which must return the delay in milliseconds as u32_t.
120 /** If you want the startup delay to be a function, define this
135 /** SNTP update delay - in milliseconds
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_nfct.c54 …bool is_delayed; /**< Required time delay has passed - one of the NFC…
61 …#define NRFX_NFCT_ACTIVATE_DELAY 1000 /**< Minimal delay in us between NFC field detection and…
205 // Use Window Grid frame delay mode. in nrfx_nfct_hw_init_setup()
638 uint32_t delay = p_param->data.fdt; in nrfx_nfct_parameter_set() local
645 // Delay validation. in nrfx_nfct_parameter_set()
646 if (delay > (delay_thr + NRFX_NFCT_FWT_MAX_DIFF)) in nrfx_nfct_parameter_set()
651 delay = (delay > delay_thr) ? delay_thr : delay; in nrfx_nfct_parameter_set()
652 nrf_nfct_frame_delay_max_set(delay); in nrfx_nfct_parameter_set()
H A Dnrfx_clock.c107 // applies delay of 138us before starting LFCLK.
117 * @brief Function for applying delay of 138us before starting LFCLK.
138 // Delay required time. in nrfx_clock_anomaly_132()
H A Dnrfx_systick.c37 * @brief Maximum number of ticks to delay
41 * It is dictated by the fact that it would be impossible to detect delay
/nrf52832-nimble/nordic/nrfx/soc/
H A Dnrfx_coredep.h39 * @brief Module containing functions with core-dependent implementation, like delay.
71 * The value of @p time_us is multiplied by the frequency in MHz. Therefore, the delay is limited to
111 // Delay required time. in nrfx_coredep_delay_us()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h112 * Perform a blocking delay for a number of ticks.
114 * @param timer_num The timer number to use for the blocking delay
115 * @param ticks The number of ticks to delay for
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Daccess.c133 s32_t delay; in publish_sent() local
138 delay = BT_MESH_PUB_TRANSMIT_INT(mod->pub->retransmit); in publish_sent()
140 delay = next_period(mod); in publish_sent()
143 if (delay) { in publish_sent()
144 BT_DBG("Publishing next time in %dms", delay); in publish_sent()
145 k_delayed_work_submit(&mod->pub->timer, delay); in publish_sent()
H A Dfriend.c782 s32_t delay; in offer_delay() local
788 /* Delay = ReceiveWindowFactor * ReceiveWindow - RSSIFactor * RSSI */ in offer_delay()
789 delay = (s32_t)fact[RECV_WIN_FACT(crit)] * RECV_WIN; in offer_delay()
790 delay -= (s32_t)fact[RSSI_FACT(crit)] * rssi; in offer_delay()
791 delay /= 10; in offer_delay()
793 BT_DBG("Local Delay calculated as %d ms", delay); in offer_delay()
795 if (delay < 100) { in offer_delay()
799 return K_MSEC(delay); in offer_delay()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h136 * Wait until 'nsecs' nanoseconds has elapsed. This is a blocking delay.
170 * Wait until the number of ticks has elapsed. This is a blocking delay.
177 * Wait until 'usecs' microseconds has elapsed. This is a blocking delay.
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/rtu/
H A Dmbrtu_m.c138 * to STATE_M_RX_IDLE. This makes sure that we delay startup of the in eMBMasterRTUStart()
330 /* If the frame is broadcast ,master will enable timer of convert delay, in xMBMasterRTUTransmitFSM()
382 /* A frame was send finish and convert delay or respond timeout expired. in xMBMasterRTUTimerExpired()
400 /* If timer mode is convert delay, the master event then turns EV_MASTER_EXECUTE status. */ in xMBMasterRTUTimerExpired()
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/
H A Dsyslog.h83 #define LOG_ODELAY 0x04 /* delay open until first syslog() (default) */
84 #define LOG_NDELAY 0x08 /* don't delay open */
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dstart_gcc.S33 /* Delay macro */
34 #define DELAY(count) \ macro
204 DELAY(2000)
353 // DELAY(100)

12345