Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c96 uint32_t prescaler; in timer_configure() local
279 uint32_t prescaler = nrfy_timer_prescaler_get(p_instance->p_reg); in nrfx_timer_us_to_ticks() local
287 uint32_t prescaler = nrfy_timer_prescaler_get(p_instance->p_reg); in nrfx_timer_ms_to_ticks() local
Dnrfx_spim.c384 uint32_t prescaler = NRF_SPIM_PRESCALER_CALCULATE(p_instance->p_reg, frequency); in spim_frequency_valid_check() local
482 uint32_t prescaler = spim_prescaler_calculate(p_instance, p_config->frequency); in spim_configure() local
/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h89 uint32_t prescaler; ///< Prescaler divisior. member
445 NRFY_STATIC_INLINE void nrfy_pdm_prescaler_set(NRF_PDM_Type * p_reg, uint32_t prescaler) in nrfy_pdm_prescaler_set()
455 uint32_t prescaler = nrf_pdm_prescaler_get(p_reg); in nrfy_pdm_prescaler_get() local
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_spim.h185 uint32_t prescaler; ///< SPIM prescaler value. member
717 NRFY_STATIC_INLINE void nrfy_spim_prescaler_set(NRF_SPIM_Type * p_reg, uint32_t prescaler) in nrfy_spim_prescaler_set()
727 uint32_t prescaler = nrf_spim_prescaler_get(p_reg); in nrfy_spim_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
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h978 uint32_t prescaler = (uint32_t)frequency; in nrf_timer_us_to_ticks() local
989 uint32_t prescaler = (uint32_t)frequency; in nrf_timer_ms_to_ticks() local
Dnrf_pdm.h661 NRF_STATIC_INLINE void nrf_pdm_prescaler_set(NRF_PDM_Type * p_reg, uint32_t prescaler) in nrf_pdm_prescaler_set()
Dnrf_spim.h1221 uint32_t prescaler) in nrf_spim_prescaler_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rtc.h92 uint16_t prescaler; /**< Prescaler. */ member
Dnrfx_pdm.h106 uint32_t prescaler; ///< Prescaler divisor. member
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c351 uint32_t prescaler = NRF_TIMER_PRESCALER_CALCULATE(base_frequency, 1000000); in timer_frequency_set_1mhz() local