Enum stm32_metapac::rtc::vals::Pcmode
#[repr(u8)]pub enum Pcmode {
FLOATING = 0,
PUSHPULL = 1,
}
Variants§
FLOATING = 0
PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode
PUSHPULL = 1
PCx is forced to push-pull output if LSE is disabled
Implementations§
Trait Implementations§
§impl Ord for Pcmode
impl Ord for Pcmode
§impl PartialOrd for Pcmode
impl PartialOrd for Pcmode
impl Copy for Pcmode
impl Eq for Pcmode
impl StructuralPartialEq for Pcmode
Auto Trait Implementations§
impl Freeze for Pcmode
impl RefUnwindSafe for Pcmode
impl Send for Pcmode
impl Sync for Pcmode
impl Unpin for Pcmode
impl UnwindSafe for Pcmode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)