Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sinc/
Dfsl_sinc.c198 SINC_SetChannelInputOption(base, chId, chConfig->chInputOption); in SINC_SetChannelConfig()
227 …nelInputOption(SINC_Type *base, sinc_channel_id_t chId, sinc_channel_input_option_t *chInputOption) in SINC_SetChannelInputOption() argument
229 assert(chInputOption != NULL); in SINC_SetChannelInputOption()
235 …u32Tmp |= SINC_CCFR_ICSEL(chInputOption->inputClkSource) | SINC_CCFR_IBFMT(chInputOption->inputBit… in SINC_SetChannelInputOption()
236 … SINC_CCFR_ICESEL(chInputOption->inputClkEdge) | SINC_CCFR_IBSEL(chInputOption->inputBitSource); in SINC_SetChannelInputOption()
240 u32Tmp |= SINC_CACFR_IBDLY(chInputOption->inputBitDelay); in SINC_SetChannelInputOption()
Dfsl_sinc.h828 …sinc_channel_input_option_t *chInputOption; /*!< The pointer to @ref sinc_channel_input_option_t t… member
1062 …elInputOption(SINC_Type *base, sinc_channel_id_t chId, sinc_channel_input_option_t *chInputOption);