Searched refs:controlType (Results 1 – 8 of 8) sorted by relevance
111 uint16_t controlType : 4U; member221 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()
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);1288 static usb_status_t USB_HostControlBus(usb_host_handle hostHandle, uint8_t controlType) in USB_HostControlBus() argument1299 &controlType); in USB_HostControlBus()