#[repr(transparent)]pub struct StallOhDis(pub u8);Expand description
Peripheral Mode Stall Disable for Endpoints 15 to 8 in OUT Direction
Tuple Fields§
§0: u8Implementations§
Source§impl StallOhDis
impl StallOhDis
Sourcepub const fn stall_o_dis8(&self) -> StallODis8
pub const fn stall_o_dis8(&self) -> StallODis8
Disable Endpoint 8 OUT Direction
Sourcepub const fn set_stall_o_dis8(&mut self, val: StallODis8)
pub const fn set_stall_o_dis8(&mut self, val: StallODis8)
Disable Endpoint 8 OUT Direction
Sourcepub const fn stall_o_dis9(&self) -> StallODis9
pub const fn stall_o_dis9(&self) -> StallODis9
Disable Endpoint 9 OUT Direction
Sourcepub const fn set_stall_o_dis9(&mut self, val: StallODis9)
pub const fn set_stall_o_dis9(&mut self, val: StallODis9)
Disable Endpoint 9 OUT Direction
Sourcepub const fn stall_o_dis10(&self) -> StallODis10
pub const fn stall_o_dis10(&self) -> StallODis10
Disable Endpoint 10 OUT Direction
Sourcepub const fn set_stall_o_dis10(&mut self, val: StallODis10)
pub const fn set_stall_o_dis10(&mut self, val: StallODis10)
Disable Endpoint 10 OUT Direction
Sourcepub const fn stall_o_dis11(&self) -> StallODis11
pub const fn stall_o_dis11(&self) -> StallODis11
Disable Endpoint 11 OUT Direction
Sourcepub const fn set_stall_o_dis11(&mut self, val: StallODis11)
pub const fn set_stall_o_dis11(&mut self, val: StallODis11)
Disable Endpoint 11 OUT Direction
Sourcepub const fn stall_o_dis12(&self) -> StallODis12
pub const fn stall_o_dis12(&self) -> StallODis12
Disable endpoint 12 OUT direction
Sourcepub const fn set_stall_o_dis12(&mut self, val: StallODis12)
pub const fn set_stall_o_dis12(&mut self, val: StallODis12)
Disable endpoint 12 OUT direction
Sourcepub const fn stall_o_dis13(&self) -> StallODis13
pub const fn stall_o_dis13(&self) -> StallODis13
Disable Endpoint 13 OUT Direction
Sourcepub const fn set_stall_o_dis13(&mut self, val: StallODis13)
pub const fn set_stall_o_dis13(&mut self, val: StallODis13)
Disable Endpoint 13 OUT Direction
Sourcepub const fn stall_o_dis14(&self) -> StallODis14
pub const fn stall_o_dis14(&self) -> StallODis14
Disable Endpoint 14 OUT Direction
Sourcepub const fn set_stall_o_dis14(&mut self, val: StallODis14)
pub const fn set_stall_o_dis14(&mut self, val: StallODis14)
Disable Endpoint 14 OUT Direction
Sourcepub const fn stall_o_dis15(&self) -> StallODis15
pub const fn stall_o_dis15(&self) -> StallODis15
Disable Endpoint 15 OUT Direction
Sourcepub const fn set_stall_o_dis15(&mut self, val: StallODis15)
pub const fn set_stall_o_dis15(&mut self, val: StallODis15)
Disable Endpoint 15 OUT Direction
Trait Implementations§
Source§impl Clone for StallOhDis
impl Clone for StallOhDis
Source§fn clone(&self) -> StallOhDis
fn clone(&self) -> StallOhDis
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StallOhDis
impl Debug for StallOhDis
Source§impl Default for StallOhDis
impl Default for StallOhDis
Source§fn default() -> StallOhDis
fn default() -> StallOhDis
Returns the “default value” for a type. Read more
Source§impl PartialEq for StallOhDis
impl PartialEq for StallOhDis
impl Copy for StallOhDis
impl Eq for StallOhDis
impl StructuralPartialEq for StallOhDis
Auto Trait Implementations§
impl Freeze for StallOhDis
impl RefUnwindSafe for StallOhDis
impl Send for StallOhDis
impl Sync for StallOhDis
impl Unpin for StallOhDis
impl UnwindSafe for StallOhDis
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more