#[repr(C)]
pub struct RegisterBlock { pub c1csr: Reg<C1CSR_SPEC>, pub c2csr: Reg<C2CSR_SPEC>, pub c3csr: Reg<C3CSR_SPEC>, pub c4csr: Reg<C4CSR_SPEC>, pub c5csr: Reg<C5CSR_SPEC>, pub c6csr: Reg<C6CSR_SPEC>, pub c7csr: Reg<C7CSR_SPEC>, }
Expand description

Register block

Fields

c1csr: Reg<C1CSR_SPEC>

0x00 - Comparator control/status register

c2csr: Reg<C2CSR_SPEC>

0x04 - Comparator control/status register

c3csr: Reg<C3CSR_SPEC>

0x08 - Comparator control/status register

c4csr: Reg<C4CSR_SPEC>

0x0c - Comparator control/status register

c5csr: Reg<C5CSR_SPEC>

0x10 - Comparator control/status register

c6csr: Reg<C6CSR_SPEC>

0x14 - Comparator control/status register

c7csr: Reg<C7CSR_SPEC>

0x18 - Comparator control/status register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.