pub struct PORT1 { /* private fields */ }Expand description
PORT1 peripheral
Implementations§
Trait Implementations§
Source§impl Gate for PORT1
impl Gate for PORT1
type MrccPeriphConfig = NoConfig
Source§unsafe fn enable_clock()
unsafe fn enable_clock()
Enable the clock gate. Read more
Source§unsafe fn disable_clock()
unsafe fn disable_clock()
Disable the clock gate. Read more
Source§fn is_clock_enabled() -> bool
fn is_clock_enabled() -> bool
Return whether the clock gate for this peripheral is currently enabled.
Source§unsafe fn release_reset()
unsafe fn release_reset()
Drive the peripheral out of reset. Read more
Source§unsafe fn assert_reset()
unsafe fn assert_reset()
Drive the peripheral into reset. Read more
Source§fn is_reset_released() -> bool
fn is_reset_released() -> bool
Return whether the peripheral is currently held in reset.
impl Copy for PORT1
impl PeripheralType for PORT1
Auto Trait Implementations§
impl Freeze for PORT1
impl RefUnwindSafe for PORT1
impl Send for PORT1
impl Sync for PORT1
impl Unpin for PORT1
impl UnwindSafe for PORT1
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