Searched refs:MEC_PWM_CONFIG_INVERT_Pos (Results 1 – 2 of 2) sorted by relevance
298 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()
33 #define MEC_PWM_CONFIG_INVERT_Pos (2UL) /*!< INVERT (Bit 2) … macro