Home
last modified time | relevance | path

Searched refs:frequency (Results 1 – 21 of 21) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/cmt/
Dfsl_cmt.c254 uint32_t frequency; in CMT_GetCMTFrequency() local
258 frequency = busClock_Hz / (((uint32_t)base->PPS & CMT_PPS_PPSDIV_MASK) + 1U); in CMT_GetCMTFrequency()
266 frequency = frequency / (uint32_t)CMT_CMTDIV_ONE; in CMT_GetCMTFrequency()
269 frequency = frequency / (uint32_t)CMT_CMTDIV_TWO; in CMT_GetCMTFrequency()
272 frequency = frequency / (uint32_t)CMT_CMTDIV_FOUR; in CMT_GetCMTFrequency()
275 frequency = frequency / (uint32_t)CMT_CMTDIV_EIGHT; in CMT_GetCMTFrequency()
278 frequency = frequency / (uint32_t)CMT_CMTDIV_ONE; in CMT_GetCMTFrequency()
282 return frequency; in CMT_GetCMTFrequency()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_adc/
Dfsl_adc.c205 uint32_t frequency = 0U; in ADC_DoSelfCalibration() local
220frequency = CLOCK_GetFreq(kCLOCK_BusClk) / (((base->CTRL & ADC_CTRL_CLKDIV_MASK) >> ADC_CTRL_CLKDI… in ADC_DoSelfCalibration()
225 frequency = CLOCK_GetAdcClkFreq(); in ADC_DoSelfCalibration()
228 assert(0U != frequency); in ADC_DoSelfCalibration()
235 delayUs = (120UL * FREQUENCY_1MHZ) / frequency + 1UL; in ADC_DoSelfCalibration()
246 delayUs = (10UL * FREQUENCY_1MHZ) / frequency + 1UL; in ADC_DoSelfCalibration()
268 bool ADC_DoOffsetCalibration(ADC_Type *base, uint32_t frequency) in ADC_DoOffsetCalibration() argument
270 assert(frequency != 0U); in ADC_DoOffsetCalibration()
289 if (frequency >= maxCalibrationFrequency) in ADC_DoOffsetCalibration()
292 uint8_t divider = (frequency % maxCalibrationFrequency > 0UL) ? in ADC_DoOffsetCalibration()
[all …]
Dfsl_adc.h396 bool ADC_DoOffsetCalibration(ADC_Type *base, uint32_t frequency);
409 bool ADC_DoSelfCalibration(ADC_Type *base, uint32_t frequency);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c29 data->duration, data->frequency ? data->frequency : -1); in tfa2_haptic_current_effect()
143 if (data->frequency) in tfa2_haptic_start_object()
145 int freq = data->frequency << 11; /* Q13.11 */ in tfa2_haptic_start_object()
270 data->frequency = xvalue >> 16; /* freq */ in tfa2_haptic_parse_value()
544 data->frequency = obj->freq >> 11; /* Q13.11 */ in tfa2_haptic_obj_get()
845 save_frequency = tfa->hap_data.frequency; in tfa2_hap_sequencer()
860 tfa->hap_data.frequency = seq->freq[i]; in tfa2_hap_sequencer()
884 tfa->hap_data.frequency = save_frequency; in tfa2_hap_sequencer()
Dtfa9xxx_parameters.h158 float frequency; member
Dtfa2_dev.h224 int frequency; /* frequency, valid if non-0 */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/source/
Dpedometer.c82 .frequency = PEDO_FREQHZ_DEFAULT,
100 …KeynetikInitialize(pPedometer->config.oneG, pPedometer->config.frequency, &pPedometer->config.keyn… in pedometer_init()
114 …KeynetikInitialize(pPedometer->config.oneG, pPedometer->config.frequency, &pPedometer->config.keyn… in pedometer_configure()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/tempmon/
Dfsl_tempmon.c65 base->TEMPSENSE1 = TEMPMON_TEMPSENSE1_MEASURE_FREQ(config->frequency); in TEMPMON_Init()
117 config->frequency = 0x03U; in TEMPMON_GetDefaultConfig()
Dfsl_tempmon.h33 uint16_t frequency; /*!< The temperature measure frequency.*/ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/internal_flash/hyper_flash/
Dfsl_adapter_flexspi_hyper_nor_flash.c655 flexspi_clock_t frequency; in HAL_FlashProgram() local
731 frequency = kHAL_Flash_Flexspi_Clock_Low42M; in HAL_FlashProgram()
732 flexspi_clock_update(frequency, base); in HAL_FlashProgram()
774 frequency = kHAL_Flash_Flexspi_Clock_High166M; in HAL_FlashProgram()
775 flexspi_clock_update(frequency, base); in HAL_FlashProgram()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/tempsensor/
Dfsl_tempsensor.c65 controlVal = TMPSNS_CTRL1_FREQ(config->frequency); in TMPSNS_Init()
168 config->frequency = 0x00U; in TMPSNS_GetDefaultConfig()
Dfsl_tempsensor.h60 uint16_t frequency; /*!< The temperature measure frequency.*/ member
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX9352/drivers/doxygen/
Dclock.dox8 - Getting clock frequency
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC802/drivers/
Drom_api.h22 void (*set_fro_frequency)(unsigned frequency);
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/LPC804/drivers/
Drom_api.h22 void (*set_fro_frequency)(unsigned frequency);
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/pedometer/include/
Dpedometer.h67 …uint16_t frequency; /* The frequency at which accelerometer runs in HZ. best set frequencies are 2… member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.h199 pf3000_switch_phase_frequency_t frequency; /* Switch Phase Frequency Selection. */ member
Dfsl_pf3000.c1032 (PF3000_SW_CTRL_FREQUENCY(attribute->frequency)) | in PF3000_SetSwitchAttribute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.h187 float frequency; member
/hal_nxp-3.6.0/mcux/
DREADME71 8. MIMX8QM6: drivers: fsl_clock.c: Report NULL frequency for unsupported core
/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt9 …- Implement independent frequency adjustment for speaker and recorder of composite audio unified d…