[][src]Struct ublox::CfgPrtSpiBuilder

pub struct CfgPrtSpiBuilder {
    pub portid: SpiPortId,
    pub reserved0: u8,
    pub tx_ready: u16,
    pub mode: u32,
    pub reserved3: u32,
    pub in_proto_mask: InProtoMask,
    pub out_proto_mask: OutProtoMask,
    pub flags: u16,
    pub reserved5: u16,
}

Port Configuration for SPI Port Struct that is used to construct packets, see the crate-level documentation for more information

Fields

portid: SpiPortId
reserved0: u8
tx_ready: u16

TX ready PIN configuration

mode: u32

SPI Mode Flags

reserved3: u32
in_proto_mask: InProtoMask
out_proto_mask: OutProtoMask
flags: u16
reserved5: u16

Implementations

impl CfgPrtSpiBuilder[src]

Trait Implementations

impl Default for CfgPrtSpiBuilder[src]

impl From<CfgPrtSpiBuilder> for [u8; 28][src]

impl UbxPacketCreator for CfgPrtSpiBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.