pub struct CqhciCqCapsRegister(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl CqhciCqCapsRegister
impl CqhciCqCapsRegister
pub fn timer_clock_freq(&self) -> u16
pub fn timer_clock_freq_multiplier(&self) -> u8
pub fn crypto_support(&self) -> bool
pub fn set_timer_clock_freq(&mut self, value: u16)
pub fn set_timer_clock_freq_multiplier(&mut self, value: u8)
pub fn set_crypto_support(&mut self, value: bool)
Trait Implementations§
Source§impl<T> BitRange<T> for CqhciCqCapsRegister
impl<T> BitRange<T> for CqhciCqCapsRegister
Source§impl<T> BitRangeMut<T> for CqhciCqCapsRegisterwhere
u32: BitRangeMut<T>,
impl<T> BitRangeMut<T> for CqhciCqCapsRegisterwhere
u32: BitRangeMut<T>,
Source§fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
Set a range of bits.
Source§impl Clone for CqhciCqCapsRegister
impl Clone for CqhciCqCapsRegister
Source§fn clone(&self) -> CqhciCqCapsRegister
fn clone(&self) -> CqhciCqCapsRegister
Returns a duplicate 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 moreSource§impl Debug for CqhciCqCapsRegister
impl Debug for CqhciCqCapsRegister
impl Copy for CqhciCqCapsRegister
Auto Trait Implementations§
impl Freeze for CqhciCqCapsRegister
impl RefUnwindSafe for CqhciCqCapsRegister
impl Send for CqhciCqCapsRegister
impl Sync for CqhciCqCapsRegister
impl Unpin for CqhciCqCapsRegister
impl UnsafeUnpin for CqhciCqCapsRegister
impl UnwindSafe for CqhciCqCapsRegister
Blanket Implementations§
Source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
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