Enum stm32wlxx_hal::pac::i2c1::cr2::RELOAD_A
pub enum RELOAD_A {
Completed = 0,
NotCompleted = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
NBYTES reload mode
Value on reset: 0
Variants§
Completed = 0
0: The transfer is completed after the NBYTES data transfer (STOP or RESTART will follow)
NotCompleted = 1
1: The transfer is not completed after the NBYTES data transfer (NBYTES will be reloaded)
Trait Implementations§
impl Copy for RELOAD_A
impl StructuralPartialEq for RELOAD_A
Auto Trait Implementations§
impl RefUnwindSafe for RELOAD_A
impl Send for RELOAD_A
impl Sync for RELOAD_A
impl Unpin for RELOAD_A
impl UnwindSafe for RELOAD_A
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