Home
last modified time | relevance | path

Searched defs:prescaler (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-3.5.0/nrfx/drivers/src/
Dnrfx_timer.c96 uint32_t prescaler; in timer_configure() local
254 uint32_t prescaler = nrfy_timer_prescaler_get(p_instance->p_reg); in nrfx_timer_us_to_ticks() local
263 uint32_t prescaler = nrfy_timer_prescaler_get(p_instance->p_reg); in nrfx_timer_ms_to_ticks() local
Dnrfx_spim.c356 uint32_t prescaler = NRF_SPIM_PRESCALER_CALCULATE(p_instance->p_reg, frequency); in spim_frequency_valid_check() local
446 uint32_t prescaler = spim_prescaler_calculate(p_instance, p_config->frequency); in spim_configure() local
/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_rtc.h66 uint32_t prescaler; ///< Prescaler. member
315 uint32_t prescaler = nrf_rtc_prescaler_get(p_reg); in nrfy_rtc_prescaler_get() local
Dnrfy_timer.h73 uint32_t prescaler; ///< Prescaler value. member
342 uint32_t prescaler = nrf_timer_prescaler_get(p_reg); in nrfy_timer_prescaler_get() local
Dnrfy_spim.h185 uint32_t prescaler; ///< SPIM prescaler value. member
722 NRF_STATIC_INLINE void nrfy_spim_prescaler_set(NRF_SPIM_Type * p_reg, uint32_t prescaler) in nrfy_spim_prescaler_set()
732 uint32_t prescaler = nrf_spim_prescaler_get(p_reg); in nrfy_spim_prescaler_get() local
/hal_nordic-3.5.0/nrfx/drivers/include/
Dnrfx_rtc.h94 uint16_t prescaler; /**< Prescaler. */ member
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_timer.h910 uint32_t prescaler = (uint32_t)frequency; in nrf_timer_us_to_ticks() local
921 uint32_t prescaler = (uint32_t)frequency; in nrf_timer_ms_to_ticks() local
Dnrf_spim.h1091 uint32_t prescaler) in nrf_spim_prescaler_set()
/hal_nordic-3.5.0/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c319 uint32_t prescaler = NRF_TIMER_PRESCALER_CALCULATE(base_frequency, 1000000); in timer_frequency_set_1mhz() local