pub type RESPONSE_W<'a, const O: u8> = BitWriter<'a, u32, ISOINCONFIG_SPEC, RESPONSE_A, O>;
Expand description

Field RESPONSE writer - Controls the response of the ISO IN endpoint to an IN token when no data is ready to be sent

Implementations

Endpoint does not respond in that case

Endpoint responds with a zero-length data packet in that case