Searched refs:chInputOption (Results 1 – 2 of 2) sorted by relevance
198 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() argument229 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()
828 …sinc_channel_input_option_t *chInputOption; /*!< The pointer to @ref sinc_channel_input_option_t t… member1062 …elInputOption(SINC_Type *base, sinc_channel_id_t chId, sinc_channel_input_option_t *chInputOption);