pub enum PINCOSR {
PSIZE,
FIXED4,
}
Expand description
Possible values of the field PINCOS
Variants§
PSIZE
The offset size for the peripheral address calculation is linked to the PSIZE
FIXED4
The offset size for the peripheral address calculation is fixed to 4 (32-bit alignment)
Implementations§
Source§impl PINCOSR
impl PINCOSR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Trait Implementations§
impl Copy for PINCOSR
impl StructuralPartialEq for PINCOSR
Auto Trait Implementations§
impl Freeze for PINCOSR
impl RefUnwindSafe for PINCOSR
impl Send for PINCOSR
impl Sync for PINCOSR
impl Unpin for PINCOSR
impl UnwindSafe for PINCOSR
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