Home
last modified time | relevance | path

Searched defs:prescale (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h171 uint32_t prescale; /*!< Prescale value */ member
535 static inline void CTIMER_SetPrescale(CTIMER_Type *base, uint32_t prescale) in CTIMER_SetPrescale()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/rtc_1/
Dfsl_rtc.c302 uint32_t clocks, divide, prescale; in RTC_GetDivideValue() local
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pwt/
Dfsl_pwt.h82 pwt_clock_prescale_t prescale; /*!< Pre-scaler to divide down the clock */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pwt_1/
Dfsl_pwt.h95 pwt_clock_prescale_t prescale; /*!< Pre-scaler to divide down the clock */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ipwm/
Dfsl_pwm.h123 uint16_t prescale; /*!< Pre-scaler to divide down the clock member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c430 uint16_t prescale = (uint16_t)(config->tPrescalePeriod_Ns / 16U / (1000000000U / clkSrc_Hz)); in SEMC_ConfigureSDRAM() local
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.h287 tpm_clock_prescale_t prescale; /*!< Select TPM clock prescale value */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c623 uint8_t prescale = 0U; in LPI2C_MasterSetBaudRate() local
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.h346 ftm_clock_prescale_t prescale; /*!< FTM clock prescale value */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pwm/
Dfsl_pwm.h370 pwm_clock_prescale_t prescale; /*!< Pre-scaler to divide down the clock */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad.h1735 static inline void PQ_SetCoprocessorScaler(POWERQUAD_Type *base, const pq_prescale_t *prescale) in PQ_SetCoprocessorScaler()