Searched refs:nrf_timer_short_mask_t (Results 1 – 3 of 3) sorted by relevance
333 } nrf_timer_short_mask_t; typedef517 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()
311 nrf_timer_short_mask_t timer_short_mask,
296 nrf_timer_short_mask_t timer_short_mask, in nrfx_timer_extended_compare()