rp2040_pac::spi0::sspcr0

Type Alias FRF_R

Source
pub type FRF_R = FieldReader<FRF_A>;
Expand description

Field FRF reader - Frame format.

Aliased Type§

struct FRF_R { /* private fields */ }

Implementations§

Source§

impl FRF_R

Source

pub const fn variant(&self) -> Option<FRF_A>

Get enumerated values variant

Source

pub fn is_motorola(&self) -> bool

Motorola SPI frame format

Source

pub fn is_texas_instruments(&self) -> bool

Texas Instruments synchronous serial frame format

Source

pub fn is_national_semiconductor_microwire(&self) -> bool

National Semiconductor Microwire frame format