SofR

Type Alias SofR 

pub type SofR = BitReader<Sof>;
Expand description

Field SOF reader - Start Of Frame

Aliased Type§

pub struct SofR { /* private fields */ }

Implementations§

§

impl SofR

pub const fn variant(&self) -> Sof

Get enumerated values variant

pub fn is_0(&self) -> bool

Subsequent data word received after LPSPI_PCS assertion.

pub fn is_1(&self) -> bool

First data word received after LPSPI_PCS assertion.