#[repr(C)]
pub struct SMC_CS_NUMBER { pub smc_setup: Reg<SMC_SETUP_SPEC>, pub smc_pulse: Reg<SMC_PULSE_SPEC>, pub smc_cycle: Reg<SMC_CYCLE_SPEC>, pub smc_mode: Reg<SMC_MODE_SPEC>, }
Expand description

Register block

Fields

smc_setup: Reg<SMC_SETUP_SPEC>

0x00 - SMC Setup Register (CS_number = 0)

smc_pulse: Reg<SMC_PULSE_SPEC>

0x04 - SMC Pulse Register (CS_number = 0)

smc_cycle: Reg<SMC_CYCLE_SPEC>

0x08 - SMC Cycle Register (CS_number = 0)

smc_mode: Reg<SMC_MODE_SPEC>

0x0c - SMC Mode Register (CS_number = 0)

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.