Type Alias rp2040_pac::spi0::sspcr0::FRF_W

source ·
pub type FRF_W<'a, REG> = FieldWriter<'a, REG, 2, FRF_A>;
Expand description

Field FRF writer - Frame format.

Aliased Type§

struct FRF_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> FRF_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn motorola(self) -> &'a mut W<REG>

Motorola SPI frame format

source

pub fn texas_instruments(self) -> &'a mut W<REG>

Texas Instruments synchronous serial frame format

source

pub fn national_semiconductor_microwire(self) -> &'a mut W<REG>

National Semiconductor Microwire frame format