Enum stm32_hal2::gpio::ResetState
source · #[repr(u8)]
pub enum ResetState {
NoAction,
Reset,
}
Expand description
Values for GPIOx_BRR
.
Variants§
Trait Implementations§
source§impl Clone for ResetState
impl Clone for ResetState
source§fn clone(&self) -> ResetState
fn clone(&self) -> ResetState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more