Home
last modified time | relevance | path

Searched refs:nrf_timer_short_mask_t (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_timer.h334 } nrf_timer_short_mask_t; typedef
518 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel);
527 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel);
784 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel) in nrf_timer_short_compare_clear_get()
786 return (nrf_timer_short_mask_t)((uint32_t)NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK << channel); in nrf_timer_short_compare_clear_get()
789 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel) in nrf_timer_short_compare_stop_get()
791 return (nrf_timer_short_mask_t)((uint32_t)NRF_TIMER_SHORT_COMPARE0_STOP_MASK << channel); in nrf_timer_short_compare_stop_get()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_timer.h311 nrf_timer_short_mask_t timer_short_mask,
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_timer.c296 nrf_timer_short_mask_t timer_short_mask, in nrfx_timer_extended_compare()