Struct nrf52811_pac::saadc::CH[][src]

#[repr(C)]
pub struct CH { pub pselp: Reg<PSELP_SPEC>, pub pseln: Reg<PSELN_SPEC>, pub config: Reg<CONFIG_SPEC>, pub limit: Reg<LIMIT_SPEC>, }
Expand description

Register block

Fields

pselp: Reg<PSELP_SPEC>

0x00 - Description cluster: Input positive pin selection for CH[n]

pseln: Reg<PSELN_SPEC>

0x04 - Description cluster: Input negative pin selection for CH[n]

config: Reg<CONFIG_SPEC>

0x08 - Description cluster: Input configuration for CH[n]

limit: Reg<LIMIT_SPEC>

0x0c - Description cluster: High/low limits for event monitoring a channel

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

Performs the conversion.

Performs the conversion.

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.