Searched refs:controlType (Results 1 – 6 of 6) sorted by relevance
106 uint16_t controlType : 4U; member216 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()
68 uint32_t controlType,
132 uint32_t controlType,
92 uint32_t controlType,
399 uint32_t controlType, in USB_OtgKhciControl() argument405 usb_otg_control_t controlCode = (usb_otg_control_t)controlType; in USB_OtgKhciControl()
126 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() argument1301 &controlType); in USB_HostControlBus()