Enum Pa11Pa12Rmp
#[repr(u8)]pub enum Pa11Pa12Rmp {
NOTREMAPPED = 0,
REMAPPED = 1,
}
Variants§
NOTREMAPPED = 0
Pin pair PA9/PA10 mapped on the pins
REMAPPED = 1
Pin pair PA11/PA12 mapped instead of PA9/PA10
Implementations§
§impl Pa11Pa12Rmp
impl Pa11Pa12Rmp
pub const fn from_bits(val: u8) -> Pa11Pa12Rmp
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Pa11Pa12Rmp
impl Clone for Pa11Pa12Rmp
§fn clone(&self) -> Pa11Pa12Rmp
fn clone(&self) -> Pa11Pa12Rmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl From<Pa11Pa12Rmp> for u8
impl From<Pa11Pa12Rmp> for u8
§fn from(val: Pa11Pa12Rmp) -> u8
fn from(val: Pa11Pa12Rmp) -> u8
Converts to this type from the input type.
§impl From<u8> for Pa11Pa12Rmp
impl From<u8> for Pa11Pa12Rmp
§fn from(val: u8) -> Pa11Pa12Rmp
fn from(val: u8) -> Pa11Pa12Rmp
Converts to this type from the input type.
§impl Ord for Pa11Pa12Rmp
impl Ord for Pa11Pa12Rmp
§impl PartialEq for Pa11Pa12Rmp
impl PartialEq for Pa11Pa12Rmp
§impl PartialOrd for Pa11Pa12Rmp
impl PartialOrd for Pa11Pa12Rmp
impl Copy for Pa11Pa12Rmp
impl Eq for Pa11Pa12Rmp
impl StructuralPartialEq for Pa11Pa12Rmp
Auto Trait Implementations§
impl Freeze for Pa11Pa12Rmp
impl RefUnwindSafe for Pa11Pa12Rmp
impl Send for Pa11Pa12Rmp
impl Sync for Pa11Pa12Rmp
impl Unpin for Pa11Pa12Rmp
impl UnwindSafe for Pa11Pa12Rmp
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