Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_ccu8.c1288 const uint8_t fall_value) in XMC_CCU8_SLICE_SetDeadTimeValue() argument
1295 slice->DC1R = (((uint32_t) fall_value) << CCU8_CC8_DC1R_DT1F_Pos) | ((uint32_t) rise_value); in XMC_CCU8_SLICE_SetDeadTimeValue()
1299 slice->DC2R = (((uint32_t) fall_value) << CCU8_CC8_DC2R_DT2F_Pos) | ((uint32_t) rise_value); in XMC_CCU8_SLICE_SetDeadTimeValue()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_ccu8.h3009 const uint8_t fall_value);