Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/led/
Dfsl_component_led.c111 uint16_t flashDuty : 7U; member
227 … 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()