pub enum RXP {
Empty = 0,
NotEmpty = 1,
}Expand description
Rx-Packet available In I2S mode, it must be interpreted as follow: RxFIFO level is lower than FTHLV In I2S mode, it must be interpreted as follow: RxFIFO level is higher or equal to FTHLV RXP flag is changed by hardware. It monitors number of overall data currently available at RxFIFO if SPI is enabled. It has to be checked once a data packet is completely read out from RxFIFO.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RXP
impl Eq for RXP
impl StructuralPartialEq for RXP
Auto Trait Implementations§
impl Freeze for RXP
impl RefUnwindSafe for RXP
impl Send for RXP
impl Sync for RXP
impl Unpin for RXP
impl UnwindSafe for RXP
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more