Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/cns_dac/
Dfsl_dac.h314 static inline void DAC_ResetChannel(DAC_Type *base, uint32_t channelMask) in DAC_ResetChannel()
336 static inline void DAC_EnableChannelConversion(DAC_Type *base, uint32_t channelMask, bool enable) in DAC_EnableChannelConversion()
371 static inline void DAC_SetChannelOutMode(DAC_Type *base, uint32_t channelMask, dac_channel_output_t… in DAC_SetChannelOutMode()
396 static inline void DAC_EnableChannelTriggerMode(DAC_Type *base, uint32_t channelMask, bool enable) in DAC_EnableChannelTriggerMode()
435 uint32_t channelMask, in DAC_SetChannelTrigSource()
459 static inline void DAC_SetChannelTrigType(DAC_Type *base, uint32_t channelMask, dac_channel_trigger… in DAC_SetChannelTrigType()
482 static inline void DAC_SetChannelTimingMode(DAC_Type *base, uint32_t channelMask, dac_channel_timin… in DAC_SetChannelTimingMode()
504 static inline void DAC_EnableChannelDMA(DAC_Type *base, uint32_t channelMask, bool enable) in DAC_EnableChannelDMA()
542 static inline void DAC_SetChannelWaveType(DAC_Type *base, uint32_t channelMask, dac_channel_wave_ty… in DAC_SetChannelWaveType()
567 static inline void DAC_SetChannelData(DAC_Type *base, uint32_t channelMask, uint16_t data) in DAC_SetChannelData()
Dfsl_dac.c143 void DAC_SetChannelConfig(DAC_Type *base, uint32_t channelMask, const dac_channel_config_t *channel… in DAC_SetChannelConfig()
/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c296 uint32_t channelMask, in SAI_WriteNonBlocking()
329 uint32_t channelMask, in SAI_ReadNonBlocking()
1608 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_WriteMultiChannelBlocking()
1663 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32… in SAI_ReadMultiChannelBlocking()
Dfsl_sai.h314 uint8_t channelMask; /*!< enabled channel mask value, reference _sai_channel_mask */ member
431 uint8_t channelMask; /*!< enabled channel mask value, reference _sai_channel_mask */ member
467 uint8_t channelMask; /*!< enabled channel mask value, refernece _sai_channel_mask */ member
Dfsl_sai_sdma.h41 uint8_t channelMask; /*!< enabled channel mask value, refernece _sai_channel_mask */ member
Dfsl_sai_edma.h57 uint8_t channelMask; /*!< Enabled channel mask value, reference _sai_channel_mask */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/dmic/
Dfsl_dmic.h459 static inline void DMIC_EnableChannelGlobalSync(DMIC_Type *base, uint32_t channelMask, uint32_t syn… in DMIC_EnableChannelGlobalSync()
470 static inline void DMIC_DisableChannelGlobalSync(DMIC_Type *base, uint32_t channelMask) in DMIC_DisableChannelGlobalSync()
Dfsl_dmic.c255 void DMIC_ResetChannelDecimator(DMIC_Type *base, uint32_t channelMask, bool reset) in DMIC_ResetChannelDecimator()
/hal_nxp-latest/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-latest/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-latest/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.c141 static status_t PDM_ValidateSrcClockRate(uint32_t channelMask, in PDM_ValidateSrcClockRate()
/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/sdma/
Dfsl_sdma.h497 static inline void SDMA_SetSourceChannel(SDMAARM_Type *base, uint32_t source, uint32_t channelMask) in SDMA_SetSourceChannel()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c1949 int subBlock, offset, channelMask, flag=1; local