Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_smix_drv.h285 … void smix_mixer_dst_enable_source_channel(SMIX_Type *ptr, uint8_t dst_ch, uint32_t source_ch_mask) in smix_mixer_dst_enable_source_channel() argument
287 ptr->DST_CH[dst_ch].SOURCE_EN |= source_ch_mask; in smix_mixer_dst_enable_source_channel()
297 …void smix_mixer_dst_disable_source_channel(SMIX_Type *ptr, uint8_t dst_ch, uint32_t source_ch_mask) in smix_mixer_dst_disable_source_channel() argument
299 ptr->DST_CH[dst_ch].SOURCE_EN &= ~source_ch_mask; in smix_mixer_dst_disable_source_channel()
309 … void smix_mixer_dst_active_source_channel(SMIX_Type *ptr, uint8_t dst_ch, uint32_t source_ch_mask) in smix_mixer_dst_active_source_channel() argument
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()
333 … void smix_mixer_dst_fadein_source_channel(SMIX_Type *ptr, uint8_t dst_ch, uint32_t source_ch_mask) in smix_mixer_dst_fadein_source_channel() argument
335 ptr->DST_CH[dst_ch].SOURCE_FADEIN_CTRL |= source_ch_mask; in smix_mixer_dst_fadein_source_channel()
345 …void smix_mixer_dst_fadeout_source_channel(SMIX_Type *ptr, uint8_t dst_ch, uint32_t source_ch_mask) in smix_mixer_dst_fadeout_source_channel() argument
[all …]

Completed in 7 milliseconds