Searched refs:pfOsr (Results 1 – 1 of 1) sorted by relevance
1359 static inline void SINC_SetChannelPfOsr(SINC_Type *base, sinc_channel_id_t chId, uint16_t pfOsr) in SINC_SetChannelPfOsr() argument1362 ((base->CHANNEL[(uint8_t)chId].CDR) & (~SINC_CDR_PFOSR_MASK)) | (SINC_CDR_PFOSR(pfOsr)); in SINC_SetChannelPfOsr()