#[repr(C)]pub struct PSEL {
pub out: [OUT; 4],
}Expand description
Register block
Fields§
§out: [OUT; 4]0x00..0x10 - Description collection[n]: Output pin select for PWM channel n
Auto Trait Implementations§
impl !Freeze for PSEL
impl !RefUnwindSafe for PSEL
impl Send for PSEL
impl !Sync for PSEL
impl Unpin for PSEL
impl UnsafeUnpin for PSEL
impl UnwindSafe for PSEL
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