Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 12 of 12) sorted by relevance

/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/inc/
A Dms_timer.h52 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 Dmrt_15xx.h161 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 Dclocks.h103 io_rw_32 interval;
/external/platform/nrfx/hal/
A Dnrf_clock.h566 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 Dnrfx_clock.h249 void nrfx_clock_calibration_timer_start(uint8_t interval);
/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c432 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 Dreadme.dox37 * interval.<br>
/external/platform/lpc15xx/lpcopen/periph_wwdt/example/
A Dreadme.dox38 * on the warning (the LED0 will toggle on each warning interval cycle).<br>
/external/lib/lwip/include/lwip/
A Dtcp.h322 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c223 fc->interval = 10; in frequency_count_khz()
/external/platform/lpc15xx/lpcopen/periph_systick/example/
A Dreadme.dox42 * to 1, 453 interrupts occur in a 30-second interval. If the SYSTICK clock divider is set
/external/lib/lwip/core/
A Dtcp.c1452 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