Lines Matching refs:level
210 …SetOutputPassiveLevel(XMC_BCCU_t *const bccu, uint32_t chan_mask, XMC_BCCU_CH_ACTIVE_LEVEL_t level) in XMC_BCCU_ConcurrentSetOutputPassiveLevel() argument
215 bccu->CHOCON |= (chan_mask * (uint32_t)level); in XMC_BCCU_ConcurrentSetOutputPassiveLevel()
318 void XMC_BCCU_SetGlobalDimmingLevel (XMC_BCCU_t *const bccu, uint32_t level) in XMC_BCCU_SetGlobalDimmingLevel() argument
320 …XMC_ASSERT("XMC_BCCU_SetGlobalDimmingLevel: Invalid global dimming level", (level <= BCCU_GLOBDIM_… in XMC_BCCU_SetGlobalDimmingLevel()
322 bccu->GLOBDIM = level; in XMC_BCCU_SetGlobalDimmingLevel()
348 …U_SetOutputPassiveLevel(XMC_BCCU_t *const bccu, uint32_t chan_no, XMC_BCCU_CH_ACTIVE_LEVEL_t level) in XMC_BCCU_SetOutputPassiveLevel() argument
352 bccu->CHOCON |= ((uint32_t)level << chan_no); in XMC_BCCU_SetOutputPassiveLevel()
472 void XMC_BCCU_CH_SetPackerOffCompare (XMC_BCCU_CH_t *const channel, uint32_t level) in XMC_BCCU_CH_SetPackerOffCompare() argument
475 channel->PKCMP |= level; in XMC_BCCU_CH_SetPackerOffCompare()
481 void XMC_BCCU_CH_SetPackerOnCompare (XMC_BCCU_CH_t *const channel, uint32_t level) in XMC_BCCU_CH_SetPackerOnCompare() argument
484 channel->PKCMP |= (level << BCCU_CH_PKCMP_ONCMP_Pos); in XMC_BCCU_CH_SetPackerOnCompare()
551 void XMC_BCCU_DIM_SetTargetDimmingLevel (XMC_BCCU_DIM_t *const dim_engine, uint32_t level) in XMC_BCCU_DIM_SetTargetDimmingLevel() argument
553 dim_engine->DLS = level; in XMC_BCCU_DIM_SetTargetDimmingLevel()