pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn userccllut0a(&self) -> &USERCCLLUT0A
pub const fn userccllut0a(&self) -> &USERCCLLUT0A
0x20 - User CCL LUT0 Event A
Sourcepub const fn userccllut0b(&self) -> &USERCCLLUT0B
pub const fn userccllut0b(&self) -> &USERCCLLUT0B
0x21 - User CCL LUT0 Event B
Sourcepub const fn userccllut1a(&self) -> &USERCCLLUT1A
pub const fn userccllut1a(&self) -> &USERCCLLUT1A
0x22 - User CCL LUT1 Event A
Sourcepub const fn userccllut1b(&self) -> &USERCCLLUT1B
pub const fn userccllut1b(&self) -> &USERCCLLUT1B
0x23 - User CCL LUT1 Event B
Sourcepub const fn userccllut2a(&self) -> &USERCCLLUT2A
pub const fn userccllut2a(&self) -> &USERCCLLUT2A
0x24 - User CCL LUT2 Event A
Sourcepub const fn userccllut2b(&self) -> &USERCCLLUT2B
pub const fn userccllut2b(&self) -> &USERCCLLUT2B
0x25 - User CCL LUT2 Event B
Sourcepub const fn userccllut3a(&self) -> &USERCCLLUT3A
pub const fn userccllut3a(&self) -> &USERCCLLUT3A
0x26 - User CCL LUT3 Event A
Sourcepub const fn userccllut3b(&self) -> &USERCCLLUT3B
pub const fn userccllut3b(&self) -> &USERCCLLUT3B
0x27 - User CCL LUT3 Event B
Sourcepub const fn userevouta(&self) -> &USEREVOUTA
pub const fn userevouta(&self) -> &USEREVOUTA
0x29 - User EVOUT Port A
Sourcepub const fn userevoutb(&self) -> &USEREVOUTB
pub const fn userevoutb(&self) -> &USEREVOUTB
0x2a - User EVOUT Port B
Sourcepub const fn userevoutc(&self) -> &USEREVOUTC
pub const fn userevoutc(&self) -> &USEREVOUTC
0x2b - User EVOUT Port C
Sourcepub const fn userevoutd(&self) -> &USEREVOUTD
pub const fn userevoutd(&self) -> &USEREVOUTD
0x2c - User EVOUT Port D
Sourcepub const fn userevoute(&self) -> &USEREVOUTE
pub const fn userevoute(&self) -> &USEREVOUTE
0x2d - User EVOUT Port E
Sourcepub const fn userevoutf(&self) -> &USEREVOUTF
pub const fn userevoutf(&self) -> &USEREVOUTF
0x2e - User EVOUT Port F
Sourcepub const fn userusart0(&self) -> &USERUSART0
pub const fn userusart0(&self) -> &USERUSART0
0x2f - User USART0
Sourcepub const fn userusart1(&self) -> &USERUSART1
pub const fn userusart1(&self) -> &USERUSART1
0x30 - User USART1
Sourcepub const fn userusart2(&self) -> &USERUSART2
pub const fn userusart2(&self) -> &USERUSART2
0x31 - User USART2
Sourcepub const fn userusart3(&self) -> &USERUSART3
pub const fn userusart3(&self) -> &USERUSART3
0x32 - User USART3
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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