Struct lpc845_pac::ctimer0::ctcr::SELCC_R[][src]

pub struct SELCC_R(_);
Expand description

Field SELCC reader - Edge select. When bit 4 is 1, these bits select which capture input edge will cause the timer and prescaler to be cleared. These bits have no effect when bit 4 is low. Values 0x2 to 0x3 and 0x6 to 0x7 are reserved.

Implementations

Get enumerated values variant

Checks if the value of the field is CHANNEL_0_RISING

Checks if the value of the field is CHANNEL_0_FALLING

Checks if the value of the field is CHANNEL_1_RISING

Checks if the value of the field is CHANNEL_1_FALLING

Checks if the value of the field is CHANNEL_2_RISING

Checks if the value of the field is CHANNEL_2_FALLING

Checks if the value of the field is CHANNEL_3_RISING

Checks if the value of the field is CHANNEL_3_FALLING

Methods from Deref<Target = FieldReader<u8, SELCC_A>>

Reads raw bits from field.

Value of the field as raw bits.

Returns true if the bit is clear (0).

Returns true if the bit is set (1).

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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.