Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-2.7.6/imx/drivers/
Dadc_imx7d.c608 void ADC_SetCmpHighThres(ADC_Type* base, uint8_t logicCh, uint16_t threshold) in ADC_SetCmpHighThres() argument
611 assert(threshold <= 0xFFF); in ADC_SetCmpHighThres()
617 ADC_CH_A_CFG2_CHA_HIGH_THRES(threshold); in ADC_SetCmpHighThres()
621 ADC_CH_B_CFG2_CHB_HIGH_THRES(threshold); in ADC_SetCmpHighThres()
625 ADC_CH_C_CFG2_CHC_HIGH_THRES(threshold); in ADC_SetCmpHighThres()
629 ADC_CH_D_CFG2_CHD_HIGH_THRES(threshold); in ADC_SetCmpHighThres()
643 void ADC_SetCmpLowThres(ADC_Type* base, uint8_t logicCh, uint16_t threshold) in ADC_SetCmpLowThres() argument
646 assert(threshold <= 0xFFF); in ADC_SetCmpLowThres()
652 ADC_CH_A_CFG2_CHA_LOW_THRES(threshold); in ADC_SetCmpLowThres()
656 ADC_CH_B_CFG2_CHB_LOW_THRES(threshold); in ADC_SetCmpLowThres()
[all …]
Decspi.c174 void ECSPI_SetFIFOThreshold(ECSPI_Type* base, uint32_t fifo, uint32_t threshold) in ECSPI_SetFIFOThreshold() argument
179 ECSPI_DMAREG_TX_THRESHOLD(threshold); in ECSPI_SetFIFOThreshold()
182 ECSPI_DMAREG_RX_THRESHOLD(threshold); in ECSPI_SetFIFOThreshold()
Dadc_imx7d.h357 void ADC_SetCmpHighThres(ADC_Type* base, uint8_t logicCh, uint16_t threshold);
366 void ADC_SetCmpLowThres(ADC_Type* base, uint8_t logicCh, uint16_t threshold);
Decspi.h436 void ECSPI_SetFIFOThreshold(ECSPI_Type* base, uint32_t fifo, uint32_t threshold);
/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_pdm.h314 uint32_t threshold; /*!< The adjustment value of the noise filter */ member
Dfsl_pdm.c828 …zcd |= (PDM_VAD0_ZCD_VADZCDTH(config->threshold) | PDM_VAD0_ZCD_VADZCDADJ(config->adjustmentThresh… in PDM_SetHwvadZeroCrossDetectorConfig()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_pdm.h314 uint32_t threshold; /*!< The adjustment value of the noise filter */ member
Dfsl_pdm.c822 …zcd |= (PDM_VAD0_ZCD_VADZCDTH(config->threshold) | PDM_VAD0_ZCD_VADZCDADJ(config->adjustmentThresh… in PDM_SetHwvadZeroCrossDetectorConfig()