Home
last modified time | relevance | path

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

/lk-master/platform/lpc43xx/
A Dudc.c330 #define SETUP(type,request) (((type) << 8) | (request)) macro
358 switch (SETUP(s.type,s.request)) { in handle_setup()
359 case SETUP(DEVICE_READ, GET_STATUS): { in handle_setup()
367 case SETUP(DEVICE_READ, GET_DESCRIPTOR): { in handle_setup()
377 case SETUP(DEVICE_READ, GET_CONFIGURATION): in handle_setup()
383 case SETUP(DEVICE_WRITE, SET_CONFIGURATION): in handle_setup()
402 case SETUP(DEVICE_WRITE, SET_ADDRESS): in handle_setup()
407 case SETUP(INTERFACE_WRITE, SET_INTERFACE): in handle_setup()
409 case SETUP(ENDPOINT_WRITE, CLEAR_FEATURE): { in handle_setup()

Completed in 3 milliseconds