[−][src]Struct probe_rs::architecture::arm::ap::CSW
Control and Status Word register
The control and status word register (CSW) is used to configure memory access through the memory AP.
Fields
DbgSwEnable: u8PROT: u8CACHE: u8SPIDEN: u8_RES0: u8Type: u8Mode: u8TrinProg: u8DeviceEn: u8AddrInc: AddressIncrement_RES1: u8SIZE: DataSizeTrait Implementations
impl APRegister<MemoryAP> for CSW[src]
impl Clone for CSW[src]
impl Copy for CSW[src]
impl Debug for CSW[src]
impl Default for CSW[src]
impl From<CSW> for u32[src]
impl From<u32> for CSW[src]
impl PartialEq<CSW> for CSW[src]
impl Register for CSW[src]
impl StructuralPartialEq for CSW[src]
Auto Trait Implementations
impl RefUnwindSafe for CSW
impl Send for CSW
impl Sync for CSW
impl Unpin for CSW
impl UnwindSafe for CSW
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,