Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/led/
Dfsl_component_led.c106 uint16_t controlType : 4U; member
216 switch (ledState->controlType) in LED_TimerEvent()
250 if ((uint16_t)kLED_TricolorCycleFlash == ledState->controlType) in LED_TimerEvent()
254 else if ((uint16_t)kLED_CycleFlash == ledState->controlType) in LED_TimerEvent()
560 ledState->controlType = (uint16_t)kLED_TurnOffOn; in LED_TurnOnOff()
605 ledState->controlType = (uint16_t)kLED_Flash; in LED_Flash()
614 ledState->controlType = (uint16_t)kLED_CycleFlash; in LED_Flash()
617 ledState->controlType = (uint16_t)kLED_Flash; in LED_Flash()
656 ledState->controlType = (uint16_t)kLED_Dimming; in LED_Dimming()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_peripheral.h68 uint32_t controlType,
Dusb_otg_khci.h132 uint32_t controlType,
Dusb_otg_oci.h92 uint32_t controlType,
Dusb_otg_khci.c399 uint32_t controlType, in USB_OtgKhciControl() argument
405 usb_otg_control_t controlCode = (usb_otg_control_t)controlType; in USB_OtgKhciControl()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c126 static usb_status_t USB_HostControlBus(usb_host_handle hostHandle, uint8_t controlType);
1290 static usb_status_t USB_HostControlBus(usb_host_handle hostHandle, uint8_t controlType) in USB_HostControlBus() argument
1301 &controlType); in USB_HostControlBus()