Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_timer.h333 } nrf_timer_short_mask_t; typedef
517 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel);
526 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel);
783 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel) in nrf_timer_short_compare_clear_get()
785 return (nrf_timer_short_mask_t)((uint32_t)NRF_TIMER_SHORT_COMPARE0_CLEAR_MASK << channel); in nrf_timer_short_compare_clear_get()
788 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel) in nrf_timer_short_compare_stop_get()
790 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.5.0/nrfx/drivers/include/
Dnrfx_timer.h311 nrf_timer_short_mask_t timer_short_mask,
/hal_nordic-3.5.0/nrfx/drivers/src/
Dnrfx_timer.c296 nrf_timer_short_mask_t timer_short_mask, in nrfx_timer_extended_compare()