Home
last modified time | relevance | path

Searched refs:channelMask (Results 1 – 19 of 19) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.c106 uint32_t channelMask,
125 uint32_t channelMask,
279 uint32_t channelMask, in SAI_WriteNonBlocking() argument
295 if (IS_SAI_FLAG_SET((1UL << j), channelMask)) in SAI_WriteNonBlocking()
312 uint32_t channelMask, in SAI_ReadNonBlocking() argument
327 if (IS_SAI_FLAG_SET((1UL << j), channelMask)) in SAI_ReadNonBlocking()
350 config->channelMask = (uint8_t)saiChannelMask; in SAI_GetCommonConfig()
1442 if (config->channelMask == 0U) in SAI_TxSetConfig()
1444 config->channelMask = 1U << config->startChannel; in SAI_TxSetConfig()
1449 if (IS_SAI_FLAG_SET(1UL << i, config->channelMask)) in SAI_TxSetConfig()
[all …]
Dfsl_sai_sdma.c275 handle->channelMask = format->channelMask; in SAI_TransferTxSetFormatSDMA()
321 handle->channelMask = saiConfig->channelMask; in SAI_TransferTxSetConfigSDMA()
386 handle->channelMask = format->channelMask; in SAI_TransferRxSetFormatSDMA()
433 handle->channelMask = saiConfig->channelMask; in SAI_TransferRxSetConfigSDMA()
550 base->TCR3 |= I2S_TCR3_TCE(handle->channelMask); in SAI_TransferSendSDMA()
650 base->RCR3 |= I2S_RCR3_RCE(handle->channelMask); in SAI_TransferReceiveSDMA()
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
1309 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32…
1349 …I2S_Type *base, uint32_t channel, uint32_t channelMask, uint32_t bitWidth, uint8_t *buffer, uint32…
Dfsl_sai_edma.c348 handle->channelMask = saiConfig->channelMask; in SAI_TransferTxSetConfigEDMA()
456 handle->channelMask = saiConfig->channelMask; in SAI_TransferRxSetConfigEDMA()
556 base->TCR3 |= I2S_TCR3_TCE(handle->channelMask); in SAI_TransferSendEDMA()
646 base->RCR3 |= I2S_RCR3_RCE(handle->channelMask); in SAI_TransferReceiveEDMA()
Dfsl_sai_sdma.h41 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
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dmic/
Dfsl_dmic.c252 void DMIC_ResetChannelDecimator(DMIC_Type *base, uint32_t channelMask, bool reset) in DMIC_ResetChannelDecimator() argument
256 if ((channelMask & ((uint32_t)kDMIC_EnableChannel1 | (uint32_t)kDMIC_EnableChannel0)) != 0U) in DMIC_ResetChannelDecimator()
261 if ((channelMask & ((uint32_t)kDMIC_EnableChannel3 | (uint32_t)kDMIC_EnableChannel2)) != 0U) in DMIC_ResetChannelDecimator()
266 if ((channelMask & ((uint32_t)kDMIC_EnableChannel5 | (uint32_t)kDMIC_EnableChannel4)) != 0U) in DMIC_ResetChannelDecimator()
271 if ((channelMask & ((uint32_t)kDMIC_EnableChannel7 | (uint32_t)kDMIC_EnableChannel6)) != 0U) in DMIC_ResetChannelDecimator()
Dfsl_dmic.h444 void DMIC_ResetChannelDecimator(DMIC_Type *base, uint32_t channelMask, bool reset);
455 static inline void DMIC_EnableChannelGlobalSync(DMIC_Type *base, uint32_t channelMask, uint32_t syn… in DMIC_EnableChannelGlobalSync() argument
458 base->GLOBAL_SYNC_EN = channelMask; in DMIC_EnableChannelGlobalSync()
466 static inline void DMIC_DisableChannelGlobalSync(DMIC_Type *base, uint32_t channelMask) in DMIC_DisableChannelGlobalSync() argument
468 base->GLOBAL_SYNC_EN &= ~channelMask; in DMIC_DisableChannelGlobalSync()
/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() argument
684 base->CHAN_THRSEL &= ~(channelMask); in ADC_SetChannelWithThresholdPair0()
693 static inline void ADC_SetChannelWithThresholdPair1(ADC_Type *base, uint32_t channelMask) in ADC_SetChannelWithThresholdPair1() argument
695 base->CHAN_THRSEL |= channelMask; in ADC_SetChannelWithThresholdPair1()
Dfsl_adc.c394 tmp32 = ADC_SEQ_CTRL_CHANNELS(config->channelMask) /* Channel mask. */ in ADC_SetConvSeqAConfig()
448 tmp32 = ADC_SEQ_CTRL_CHANNELS(config->channelMask) /* Channel mask. */ in ADC_SetConvSeqBConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdb/
Dfsl_pdb.h581 …id PDB_EnablePulseOutTrigger(PDB_Type *base, pdb_pulse_out_channel_mask_t channelMask, bool enable) in PDB_EnablePulseOutTrigger() argument
583 assert((uint8_t)channelMask < (1U << FSL_FEATURE_PDB_PULSE_OUT_COUNT)); in PDB_EnablePulseOutTrigger()
587 base->POEN |= PDB_POEN_POEN(channelMask); in PDB_EnablePulseOutTrigger()
591 base->POEN &= ~(PDB_POEN_POEN(channelMask)); in PDB_EnablePulseOutTrigger()
/hal_nxp-3.5.0/s32/drivers/s32k3/Icu/src/
DWkpu_Ip.c805 uint32 channelMask; in Wkpu_Ip_GetInputState() local
818 channelMask = 1UL << hwChannel; in Wkpu_Ip_GetInputState()
819 u32regWkpuWISR = base->WISR & channelMask; in Wkpu_Ip_GetInputState()
820 u32regWkpuIRER = base->WRER & channelMask; in Wkpu_Ip_GetInputState()
830 channelMask = 1UL << (hwChannel - 32U); in Wkpu_Ip_GetInputState()
831 u32regWkpuWISR = base->WISR_64 & channelMask; in Wkpu_Ip_GetInputState()
832 u32regWkpuIRER = base->WRER_64 & channelMask; in Wkpu_Ip_GetInputState()
/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() argument
434 ret = CS42448_WriteReg(handle, CS42448_CHANNEL_MUTE, channelMask); in CS42448_SetMute()
Dfsl_cs42448.h310 status_t CS42448_SetMute(cs42448_handle_t *handle, uint8_t channelMask);
/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() argument
437 ret = CS42888_WriteReg(handle, CS42888_CHANNEL_MUTE, channelMask); in CS42888_SetMute()
Dfsl_cs42888.h309 status_t CS42888_SetMute(cs42888_handle_t *handle, uint8_t channelMask);
/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() argument
500 base->CHNENBL[source] = channelMask; in SDMA_SetSourceChannel()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.c32 static status_t PDM_ValidateSrcClockRate(uint32_t channelMask,
141 static status_t PDM_ValidateSrcClockRate(uint32_t channelMask, in PDM_ValidateSrcClockRate() argument
150 if (((channelMask >> i) & 0x01U) != 0U) in PDM_ValidateSrcClockRate()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c930 cfg->config.channelMask = 1U << cfg->dataLine1 | 1U << cfg->dataLine2; in SRTM_SaiSdmaAdapter_SetFormat()
937 cfg->config.channelMask = 1U << cfg->dataLine1; in SRTM_SaiSdmaAdapter_SetFormat()
947 cfg->config.channelMask = 1U << cfg->dataLine1; in SRTM_SaiSdmaAdapter_SetFormat()