Type Alias nrf52840_pac::usbd::isoinconfig::RESPONSE_R
source · pub type RESPONSE_R = BitReader<RESPONSE_A>;
Expand description
Field RESPONSE
reader - Controls the response of the ISO IN endpoint to an IN token when no data is ready to be sent
Aliased Type§
struct RESPONSE_R { /* private fields */ }
Implementations§
source§impl RESPONSE_R
impl RESPONSE_R
sourcepub fn variant(&self) -> RESPONSE_A
pub fn variant(&self) -> RESPONSE_A
Get enumerated values variant
sourcepub fn is_no_resp(&self) -> bool
pub fn is_no_resp(&self) -> bool
Checks if the value of the field is NO_RESP
sourcepub fn is_zero_data(&self) -> bool
pub fn is_zero_data(&self) -> bool
Checks if the value of the field is ZERO_DATA