Struct lpc845_pac::spi0::txdatctl::LEN_R[][src]

pub struct LEN_R(_);
Expand description

Field LEN reader - Data Length. Specifies the data length from 1 to 16 bits. Note that transfer lengths greater than 16 bits are supported by implementing multiple sequential transmits. 0x0 = Data transfer is 1 bit in length. 0x1 = Data transfer is 2 bits in length. 0x2 = Data transfer is 3 bits in length. … 0xF = Data transfer is 16 bits in length.

Implementations

Get enumerated values variant

Checks if the value of the field is LEN_0

Checks if the value of the field is LEN_1

Checks if the value of the field is LEN_2

Checks if the value of the field is LEN_3

Checks if the value of the field is LEN_4

Checks if the value of the field is LEN_5

Checks if the value of the field is LEN_6

Checks if the value of the field is LEN_7

Checks if the value of the field is LEN_8

Checks if the value of the field is LEN_9

Checks if the value of the field is LEN_10

Checks if the value of the field is LEN_11

Checks if the value of the field is LEN_12

Checks if the value of the field is LEN_13

Checks if the value of the field is LEN_14

Checks if the value of the field is LEN_15

Methods from Deref<Target = FieldReader<u8, LEN_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.