Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_bbled_v1.h37 #define MEC_BBLED_CONFIG_PWM_SZ_Pos (4UL) /*!< PWM_SZ (Bit 4) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_bbled.c85 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()