Searched refs:data_stg_in (Results 1 – 1 of 1) sorted by relevance
191 uint32_t data_stg_in: 1; //Data stage of the control transfer is IN member2061 bool data_stg_in = (setup_pkt->bmRequestType & USB_BM_REQUEST_TYPE_DIR_IN); in _buffer_fill_ctrl() local2073 … ((data_stg_in) ? USBH_HAL_XFER_DESC_FLAG_IN : 0) | USBH_HAL_XFER_DESC_FLAG_HOC); in _buffer_fill_ctrl()2077 … ((data_stg_in && !data_stg_skip) ? 0 : USBH_HAL_XFER_DESC_FLAG_IN) | USBH_HAL_XFER_DESC_FLAG_HOC); in _buffer_fill_ctrl()2079 buffer->flags.ctrl.data_stg_in = data_stg_in; in _buffer_fill_ctrl()2312 next_dir_is_in = buffer_inflight->flags.ctrl.data_stg_in; in _buffer_exec_cont()2317 …next_dir_is_in = !buffer_inflight->flags.ctrl.data_stg_in; //Status stage is always the opposite … in _buffer_exec_cont()