[−][src]Enum lpc55_pac::flexcomm0::pselid::PERSEL_A
pub enum PERSEL_A { NO_PERIPH_SELECTED, USART, SPI, I2C, I2S_TRANSMIT, I2S_RECEIVE, }
Peripheral Select. This field is writable by software.
Value on reset: 0
Variants
0: No peripheral selected.
1: USART function selected.
2: SPI function selected.
3: I2C function selected.
4: I2S transmit function selected.
5: I2S receive function selected.
Trait Implementations
impl Clone for PERSEL_A
[src][+]
impl Copy for PERSEL_A
[src]
impl Debug for PERSEL_A
[src][+]
impl From<PERSEL_A> for u8
[src][+]
impl PartialEq<PERSEL_A> for PERSEL_A
[src][+]
impl StructuralPartialEq for PERSEL_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,