#[repr(C)]pub struct avr_spi_t {
pub io: avr_io_t,
pub name: c_char,
pub disabled: avr_regbit_t,
pub r_spdr: avr_io_addr_t,
pub r_spcr: avr_io_addr_t,
pub r_spsr: avr_io_addr_t,
pub spe: avr_regbit_t,
pub mstr: avr_regbit_t,
pub spr: [avr_regbit_t; 4],
pub spi: avr_int_vector_t,
}
Fields§
§io: avr_io_t
§name: c_char
§disabled: avr_regbit_t
§r_spdr: avr_io_addr_t
§r_spcr: avr_io_addr_t
§r_spsr: avr_io_addr_t
§spe: avr_regbit_t
§mstr: avr_regbit_t
§spr: [avr_regbit_t; 4]
§spi: avr_int_vector_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for avr_spi_t
impl RefUnwindSafe for avr_spi_t
impl !Send for avr_spi_t
impl !Sync for avr_spi_t
impl Unpin for avr_spi_t
impl UnwindSafe for avr_spi_t
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