Struct atmega_hal::port::PB3
source · [−]pub struct PB3 { /* private fields */ }
Trait Implementations
sourceimpl PinOps for PB3
impl PinOps for PB3
type Dynamic = Dynamic
fn into_dynamic(self) -> Self::Dynamic
unsafe fn out_set(&mut self)
unsafe fn out_clear(&mut self)
unsafe fn out_toggle(&mut self)
unsafe fn out_get(&self) -> bool
unsafe fn in_get(&self) -> bool
unsafe fn make_output(&mut self)
unsafe fn make_input(&mut self, pull_up: bool)
sourceimpl SpiOps<Atmega, PB5, PB3, PB4, PB2> for SPI
impl SpiOps<Atmega, PB5, PB3, PB4, PB2> for SPI
sourcefn raw_setup(&mut self, settings: &Settings)
fn raw_setup(&mut self, settings: &Settings)
Sets up the control/status registers with the right settings for this secondary device
sourcefn raw_release(&mut self)
fn raw_release(&mut self)
Disable the peripheral
sourcefn raw_check_iflag(&self) -> bool
fn raw_check_iflag(&self) -> bool
Check the interrupt flag to see if the write has completed
Auto Trait Implementations
impl RefUnwindSafe for PB3
impl Send for PB3
impl Sync for PB3
impl Unpin for PB3
impl UnwindSafe for PB3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more