Searched refs:interval (Results 1 – 12 of 12) sorted by relevance
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/inc/ |
| A D | ms_timer.h | 52 int32_t interval; /*!< Timer interval. */ member 86 static INLINE void ms_timerInit(ms_timer_t *t, int32_t interval) in ms_timerInit() argument 88 t->interval = interval; in ms_timerInit() 98 static INLINE void ms_timerInitOnly(ms_timer_t *t, int32_t interval) in ms_timerInitOnly() argument 100 t->interval = interval; in ms_timerInitOnly() 141 return (bool) (((int32_t) g_msTicks - t->start) >= t->interval); in ms_timerExpired()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | mrt_15xx.h | 161 STATIC INLINE void Chip_MRT_SetInterval(LPC_MRT_CH_T *pMRT, uint32_t interval) in Chip_MRT_SetInterval() argument 163 pMRT->INTVAL = interval; in Chip_MRT_SetInterval()
|
| /external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
| A D | clocks.h | 103 io_rw_32 interval;
|
| /external/platform/nrfx/hal/ |
| A D | nrf_clock.h | 566 NRF_STATIC_INLINE void nrf_clock_cal_timer_timeout_set(NRF_CLOCK_Type * p_reg, uint32_t interval); 962 NRF_STATIC_INLINE void nrf_clock_cal_timer_timeout_set(NRF_CLOCK_Type * p_reg, uint32_t interval) in nrf_clock_cal_timer_timeout_set() argument 964 p_reg->CTIV = ((interval << CLOCK_CTIV_CTIV_Pos) & CLOCK_CTIV_CTIV_Msk); in nrf_clock_cal_timer_timeout_set()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_clock.h | 249 void nrfx_clock_calibration_timer_start(uint8_t interval);
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_clock.c | 432 void nrfx_clock_calibration_timer_start(uint8_t interval) in nrfx_clock_calibration_timer_start() argument 435 nrf_clock_cal_timer_timeout_set(NRF_CLOCK, interval); in nrfx_clock_calibration_timer_start()
|
| /external/platform/lpc15xx/lpcopen/periph_ritimer/example/ |
| A D | readme.dox | 37 * interval.<br>
|
| /external/platform/lpc15xx/lpcopen/periph_wwdt/example/ |
| A D | readme.dox | 38 * on the warning (the LED0 will toggle on each warning interval cycle).<br>
|
| /external/lib/lwip/include/lwip/ |
| A D | tcp.h | 322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
| /external/platform/pico/rp2_common/hardware_clocks/ |
| A D | clocks.c | 223 fc->interval = 10; in frequency_count_khz()
|
| /external/platform/lpc15xx/lpcopen/periph_systick/example/ |
| A D | readme.dox | 42 * to 1, 453 interrupts occur in a 30-second interval. If the SYSTICK clock divider is set
|
| /external/lib/lwip/core/ |
| A D | tcp.c | 1452 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() argument 1460 pcb->pollinterval = interval; in tcp_poll()
|
Completed in 23 milliseconds