Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/led/
Dfsl_component_led.c111 uint16_t controlType : 4U; member
221 switch (ledState->controlType) in LED_TimerEvent()
255 if ((uint16_t)kLED_TricolorCycleFlash == ledState->controlType) in LED_TimerEvent()
259 else if ((uint16_t)kLED_CycleFlash == ledState->controlType) in LED_TimerEvent()
565 ledState->controlType = (uint16_t)kLED_TurnOffOn; in LED_TurnOnOff()
610 ledState->controlType = (uint16_t)kLED_Flash; in LED_Flash()
619 ledState->controlType = (uint16_t)kLED_CycleFlash; in LED_Flash()
622 ledState->controlType = (uint16_t)kLED_Flash; in LED_Flash()
661 ledState->controlType = (uint16_t)kLED_Dimming; in LED_Dimming()
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/middleware/usb/otg/
Dusb_otg_peripheral.h68 uint32_t controlType,
Dusb_otg_oci.h92 uint32_t controlType,
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c126 static usb_status_t USB_HostControlBus(usb_host_handle hostHandle, uint8_t controlType);
1288 static usb_status_t USB_HostControlBus(usb_host_handle hostHandle, uint8_t controlType) in USB_HostControlBus() argument
1299 &controlType); in USB_HostControlBus()