#[repr(C)]#[repr(align(4))]pub struct spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
pub fn req_en(&self) -> u32
pub fn set_req_en(&mut self, val: u32)
pub fn usr_addr_4byte(&self) -> u32
pub fn set_usr_addr_4byte(&mut self, val: u32)
pub fn flash_usr_cmd(&self) -> u32
pub fn set_flash_usr_cmd(&mut self, val: u32)
pub fn fdin_dual(&self) -> u32
pub fn set_fdin_dual(&mut self, val: u32)
pub fn fdout_dual(&self) -> u32
pub fn set_fdout_dual(&mut self, val: u32)
pub fn faddr_dual(&self) -> u32
pub fn set_faddr_dual(&mut self, val: u32)
pub fn fdin_quad(&self) -> u32
pub fn set_fdin_quad(&mut self, val: u32)
pub fn fdout_quad(&self) -> u32
pub fn set_fdout_quad(&mut self, val: u32)
pub fn faddr_quad(&self) -> u32
pub fn set_faddr_quad(&mut self, val: u32)
pub fn reserved9(&self) -> u32
pub fn set_reserved9(&mut self, val: u32)
pub fn new_bitfield_1( req_en: u32, usr_addr_4byte: u32, flash_usr_cmd: u32, fdin_dual: u32, fdout_dual: u32, faddr_dual: u32, fdin_quad: u32, fdout_quad: u32, faddr_quad: u32, reserved9: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl Clone for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
source§fn clone(&self) -> spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
fn clone(&self) -> spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl Debug for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
source§impl Default for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl Default for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
source§fn default() -> spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
fn default() -> spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl Send for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl Sync for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl Unpin for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
impl UnwindSafe for spi_mem_dev_s__bindgen_ty_13__bindgen_ty_1
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more