Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_pwm.c298 regs->CONFIG |= MEC_BIT(MEC_PWM_CONFIG_INVERT_Pos); in mec_hal_pwm_init()
333 regs->CONFIG |= MEC_BIT(MEC_PWM_CONFIG_INVERT_Pos); in mec_hal_pwm_set_polarity()
335 regs->CONFIG &= (uint32_t)~MEC_BIT(MEC_PWM_CONFIG_INVERT_Pos); in mec_hal_pwm_set_polarity()
/hal_microchip-latest/mec5/devices/common/
Dmec5_pwm_v1.h33 #define MEC_PWM_CONFIG_INVERT_Pos (2UL) /*!< INVERT (Bit 2) … macro