Searched refs:flashDuty (Results 1 – 1 of 1) sorted by relevance
111 uint16_t flashDuty : 7U; member227 … if (((led_color_t)kLED_Black == ledState->currentColor) || (100U == ledState->flashDuty)) in LED_TimerEvent()235 if ((100U > ledState->flashDuty)) in LED_TimerEvent()244 … threshold = (uint32_t)ledState->flashPeriod * (100U - (uint32_t)ledState->flashDuty) / 100U; in LED_TimerEvent()280 … threshold = (uint32_t)ledState->flashPeriod * (uint32_t)(ledState->flashDuty) / 100U; in LED_TimerEvent()596 ledState->flashDuty = ledFlash->duty; in LED_Flash()620 ((uint32_t)ledState->flashPeriod * (uint32_t)ledState->flashDuty) / 100U); in LED_Flash()658 ledState->flashDuty = 100U; in LED_Dimming()