Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_bbled_api.h73 uint16_t lo_delay; /* periods to wait before updating dc */ member
Dmec_bbled.c347 temp = ((uint32_t)br_cfg->lo_delay << MEC_BBLED_DELAY_LO_Pos) & MEC_BBLED_DELAY_LO_Msk; in mec_hal_bbled_breathe_config()
370 br_cfg->lo_delay = (uint16_t)((temp & MEC_BBLED_DELAY_LO_Msk) >> MEC_BBLED_DELAY_LO_Pos); in mec_hal_bbled_breathe_config_get()