Type Alias nrf52840_pac::usbd::isoinconfig::RESPONSE_W

source ·
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

Aliased Type§

struct RESPONSE_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> RESPONSE_W<'a, O>

source

pub fn no_resp(self) -> &'a mut W

Endpoint does not respond in that case

source

pub fn zero_data(self) -> &'a mut W

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