Searched refs:MEC_BBLED_CONFIG_PWM_SZ_Pos (Results 1 – 2 of 2) sorted by relevance
37 #define MEC_BBLED_CONFIG_PWM_SZ_Pos (4UL) /*!< PWM_SZ (Bit 4) … macro
85 return (uint8_t)((regs->CONFIG & MEC_BBLED_CONFIG_PWM_SZ_Msk) >> MEC_BBLED_CONFIG_PWM_SZ_Pos); in bbled_get_pwm_size()91 (((uint32_t)pwm_width << MEC_BBLED_CONFIG_PWM_SZ_Pos) & MEC_BBLED_CONFIG_PWM_SZ_Msk); in bbled_set_pwm_size()