Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_smix_drv.h287 ptr->DST_CH[dst_ch].SOURCE_EN |= source_ch_mask; in smix_mixer_dst_enable_source_channel()
299 ptr->DST_CH[dst_ch].SOURCE_EN &= ~source_ch_mask; in smix_mixer_dst_disable_source_channel()
311 ptr->DST_CH[dst_ch].SOURCE_ACT |= source_ch_mask; in smix_mixer_dst_active_source_channel()
323 ptr->DST_CH[dst_ch].SOURCE_DEACT |= source_ch_mask; in smix_mixer_dst_deactive_source_channel()
335 ptr->DST_CH[dst_ch].SOURCE_FADEIN_CTRL |= source_ch_mask; in smix_mixer_dst_fadein_source_channel()
347 ptr->DST_CH[dst_ch].SOURCE_MFADEOUT_CTRL |= source_ch_mask; in smix_mixer_dst_fadeout_source_channel()
393 static inline bool smix_mixer_check_dst_cal_saturation_error(SMIX_Type *ptr, uint8_t dst_ch) in smix_mixer_check_dst_cal_saturation_error() argument
395 return ((SMIX_CALSAT_ST_DST_GET(ptr->CALSAT_ST) & (1U << dst_ch)) != 0) ? true : false; in smix_mixer_check_dst_cal_saturation_error()
417 static inline bool smix_mixer_check_dst_data_underflew(SMIX_Type *ptr, uint8_t dst_ch) in smix_mixer_check_dst_data_underflew() argument
429 static inline bool smix_mixer_check_dst_data_available(SMIX_Type *ptr, uint8_t dst_ch) in smix_mixer_check_dst_data_available() argument
[all …]

Completed in 7 milliseconds