Home
last modified time | relevance | path

Searched defs:channelMask (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_adc/
Dfsl_adc.h296 …uint32_t channelMask; /*!< Selects which one or more of the ADC channels will be sampled and conve… member
682 static inline void ADC_SetChannelWithThresholdPair0(ADC_Type *base, uint32_t channelMask) in ADC_SetChannelWithThresholdPair0()
693 static inline void ADC_SetChannelWithThresholdPair1(ADC_Type *base, uint32_t channelMask) in ADC_SetChannelWithThresholdPair1()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c279 uint32_t channelMask, in SAI_WriteNonBlocking()
312 uint32_t channelMask, in SAI_ReadNonBlocking()
2172 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_WriteMultiChannelBlocking()
2227 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_ReadMultiChannelBlocking()
Dfsl_sai.h290 uint8_t channelMask; /*!< enabled channel mask value, reference _sai_channel_mask */ member
407 uint8_t channelMask; /*!< enabled channel mask value, reference _sai_channel_mask */ member
443 uint8_t channelMask; /*!< enabled channel mask value, refernece _sai_channel_mask */ member
Dfsl_sai_edma.h40 uint8_t channelMask; /*!< Enabled channel mask value, reference _sai_channel_mask */ member
Dfsl_sai_sdma.h41 uint8_t channelMask; /*!< enabled channel mask value, refernece _sai_channel_mask */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dmic/
Dfsl_dmic.h455 static inline void DMIC_EnableChannelGlobalSync(DMIC_Type *base, uint32_t channelMask, uint32_t syn… in DMIC_EnableChannelGlobalSync()
466 static inline void DMIC_DisableChannelGlobalSync(DMIC_Type *base, uint32_t channelMask) in DMIC_DisableChannelGlobalSync()
Dfsl_dmic.c252 void DMIC_ResetChannelDecimator(DMIC_Type *base, uint32_t channelMask, bool reset) in DMIC_ResetChannelDecimator()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c430 status_t CS42448_SetMute(cs42448_handle_t *handle, uint8_t channelMask) in CS42448_SetMute()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c433 status_t CS42888_SetMute(cs42888_handle_t *handle, uint8_t channelMask) in CS42888_SetMute()
/hal_nxp-3.5.0/s32/drivers/s32k3/Icu/src/
DWkpu_Ip.c805 uint32 channelMask; in Wkpu_Ip_GetInputState() local
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.c141 static status_t PDM_ValidateSrcClockRate(uint32_t channelMask, in PDM_ValidateSrcClockRate()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdb/
Dfsl_pdb.h581 …c inline void PDB_EnablePulseOutTrigger(PDB_Type *base, pdb_pulse_out_channel_mask_t channelMask, … in PDB_EnablePulseOutTrigger()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sdma/
Dfsl_sdma.h498 static inline void SDMA_SetSourceChannel(SDMAARM_Type *base, uint32_t source, uint32_t channelMask) in SDMA_SetSourceChannel()