pub struct RegisterBlock {
pub agt: AGT,
pub agtcma: AGTCMA,
pub agtcmb: AGTCMB,
pub agtcr: AGTCR,
pub agtmr1: AGTMR1,
pub agtmr2: AGTMR2,
pub agtioc: AGTIOC,
pub agtisr: AGTISR,
pub agtcmsr: AGTCMSR,
pub agtiosel: AGTIOSEL,
/* private fields */
}Expand description
Register block
Fields§
§agt: AGT0x00 - AGT Counter Register
agtcma: AGTCMA0x02 - AGT Compare Match A Register
agtcmb: AGTCMB0x04 - AGT Compare Match B Register
agtcr: AGTCR0x08 - AGT Control Register
agtmr1: AGTMR10x09 - AGT Mode Register 1
agtmr2: AGTMR20x0a - AGT Mode Register 2
agtioc: AGTIOC0x0c - AGT I/O Control Register
agtisr: AGTISR0x0d - AGT Event Pin Select Register
agtcmsr: AGTCMSR0x0e - AGT Compare Match Function Select Register
agtiosel: AGTIOSEL0x0f - AGT Pin Select Register
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