Home
last modified time | relevance | path

Searched defs:data_stg_in (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/usb/
Dhcd.c191 uint32_t data_stg_in: 1; //Data stage of the control transfer is IN member
2061 bool data_stg_in = (setup_pkt->bmRequestType & USB_BM_REQUEST_TYPE_DIR_IN); in _buffer_fill_ctrl() local