Searched refs:reloadInputMode (Results 1 – 8 of 8) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_tcpwm_counter.c | 103 … _VAL2FLD(TCPWM_CNT_TR_CTRL1_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_Counter_Init() 173 …SetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX, config->reloadInputMode, config->relo… in Cy_TCPWM_Counter_Init() 182 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_Counter_Init()
|
| D | cy_tcpwm_pwm.c | 127 _VAL2FLD(TCPWM_CNT_TR_CTRL1_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_PWM_Init() 260 … _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_PWM_Init() 266 …SetupWithGF(base, cntNum, CY_TCPWM_INPUT_TR_RELOAD_OR_INDEX, config->reloadInputMode, config->relo… in Cy_TCPWM_PWM_Init()
|
| D | cy_tcpwm_shiftreg.c | 92 _VAL2FLD(TCPWM_GRP_CNT_V2_TR_IN_EDGE_SEL_RELOAD_EDGE, config->reloadInputMode) | in Cy_TCPWM_ShiftReg_Init()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_tcpwm_shiftreg.h | 130 uint32_t reloadInputMode; /**< Configures how the reload input behaves. */ member
|
| D | cy_tcpwm_counter.h | 152 …uint32_t reloadInputMode; /**< Configures how the reload input behaves. See \ref group_tcpwm… member
|
| D | cy_tcpwm_pwm.h | 204 …uint32_t reloadInputMode; /**< Configures how the reload input behaves. See \ref group_tcpwm… member
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_timer.c | 62 .reloadInputMode = 0x3U,
|
| D | cyhal_pwm.c | 432 .reloadInputMode = CY_TCPWM_INPUT_RISINGEDGE, in cyhal_pwm_init_adv()
|