pub struct Lpc55s69DefaultPeripheral<'a> {
pub pins: Pins<'a>,
pub ctimer0: LPCTimer<'a>,
pub uart: Uart<'a>,
}Fields§
§pins: Pins<'a>§ctimer0: LPCTimer<'a>§uart: Uart<'a>Implementations§
Source§impl Lpc55s69DefaultPeripheral<'_>
impl Lpc55s69DefaultPeripheral<'_>
Trait Implementations§
Source§impl InterruptService for Lpc55s69DefaultPeripheral<'_>
impl InterruptService for Lpc55s69DefaultPeripheral<'_>
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 Lpc55s69DefaultPeripheral<'a>
impl<'a> !RefUnwindSafe for Lpc55s69DefaultPeripheral<'a>
impl<'a> !Send for Lpc55s69DefaultPeripheral<'a>
impl<'a> !Sync for Lpc55s69DefaultPeripheral<'a>
impl<'a> Unpin for Lpc55s69DefaultPeripheral<'a>
impl<'a> !UnwindSafe for Lpc55s69DefaultPeripheral<'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