pub struct PsoC62xaDefaultPeripherals<'a> {
    pub cpuss: Cpuss,
    pub gpio: PsocPins<'a>,
    pub hsiom: Hsiom,
    pub peri: Peri,
    pub scb: Scb<'a>,
    pub srss: Srss,
    pub tcpwm: Tcpwm0<'a>,
}Fields§
§cpuss: Cpuss§gpio: PsocPins<'a>§hsiom: Hsiom§peri: Peri§scb: Scb<'a>§srss: Srss§tcpwm: Tcpwm0<'a>Implementations§
Source§impl PsoC62xaDefaultPeripherals<'_>
 
impl PsoC62xaDefaultPeripherals<'_>
Trait Implementations§
Source§impl InterruptService for PsoC62xaDefaultPeripherals<'_>
 
impl InterruptService for PsoC62xaDefaultPeripherals<'_>
Source§unsafe fn service_interrupt(&self, interrupt: u32) -> bool
 
unsafe fn service_interrupt(&self, interrupt: u32) -> bool
Service an interrupt, if supported by this chip. If this interrupt
number is not supported, return false.
Auto Trait Implementations§
impl<'a> !Freeze for PsoC62xaDefaultPeripherals<'a>
impl<'a> !RefUnwindSafe for PsoC62xaDefaultPeripherals<'a>
impl<'a> !Send for PsoC62xaDefaultPeripherals<'a>
impl<'a> !Sync for PsoC62xaDefaultPeripherals<'a>
impl<'a> Unpin for PsoC62xaDefaultPeripherals<'a>
impl<'a> !UnwindSafe for PsoC62xaDefaultPeripherals<'a>
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