Home
last modified time | relevance | path

Searched refs:nrf_timer_mode_t (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/hal/
A Dnrf_timer.h199 } nrf_timer_mode_t; typedef
416 nrf_timer_mode_t mode);
425 NRF_STATIC_INLINE nrf_timer_mode_t nrf_timer_mode_get(NRF_TIMER_Type const * p_reg);
656 nrf_timer_mode_t mode) in nrf_timer_mode_set()
662 NRF_STATIC_INLINE nrf_timer_mode_t nrf_timer_mode_get(NRF_TIMER_Type const * p_reg) in nrf_timer_mode_get()
664 return (nrf_timer_mode_t)(p_reg->MODE); in nrf_timer_mode_get()
/external/platform/nrfx/drivers/include/
A Dnrfx_timer.h92 nrf_timer_mode_t mode; ///< Mode of operation.

Completed in 5 milliseconds