Home
last modified time | relevance | path

Searched refs:chConfig (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.c191 void SINC_SetChannelConfig(SINC_Type *base, sinc_channel_id_t chId, sinc_channel_config_t *chConfig) in SINC_SetChannelConfig() argument
193 assert(chConfig != NULL); in SINC_SetChannelConfig()
198 SINC_SetChannelInputOption(base, chId, chConfig->chInputOption); in SINC_SetChannelConfig()
201 SINC_SetChannelConversionOption(base, chId, chConfig->chConvOption); in SINC_SetChannelConfig()
204 SINC_SetChannelProtectionOption(base, chId, chConfig->chProtectionOption); in SINC_SetChannelConfig()
206 SINC_EnableChannelFIFO(base, chId, chConfig->bEnableFifo); in SINC_SetChannelConfig()
207 SINC_SetChannelFifoWatermark(base, chId, chConfig->u8FifoWaterMark); in SINC_SetChannelConfig()
209 SINC_EnableChannelPrimaryDma(base, chId, chConfig->bEnablePrimaryDma); in SINC_SetChannelConfig()
212 SINC_SetChannelAltDmaSource(base, chId, chConfig->altDmaSource); in SINC_SetChannelConfig()
215 SINC_SetChannelResultDataFormat(base, chId, chConfig->dataFormat); in SINC_SetChannelConfig()
[all …]
Dfsl_sinc.h1052 void SINC_SetChannelConfig(SINC_Type *base, sinc_channel_id_t chId, sinc_channel_config_t *chConfig