Searched refs:source_ch (Results 1 – 1 of 1) sorted by relevance
405 static inline bool smix_mixer_check_source_cal_saturation_error(SMIX_Type *ptr, uint8_t source_ch) in smix_mixer_check_source_cal_saturation_error() argument407 return ((SMIX_CALSAT_ST_SRC_GET(ptr->CALSAT_ST) & (1U << source_ch)) != 0) ? true : false; in smix_mixer_check_source_cal_saturation_error()441 static inline bool smix_mixer_check_source_data_needed(SMIX_Type *ptr, uint8_t source_ch) in smix_mixer_check_source_data_needed() argument443 return ((SMIX_DATA_ST_SRC_DN_GET(ptr->DATA_ST) & (1U << source_ch)) != 0) ? true : false; in smix_mixer_check_source_data_needed()
Completed in 5 milliseconds