Type Definition lpc81x_pac::lpc811::spi0::txdatctl::LEN_R

source ·
pub type LEN_R = FieldReader<u8, LEN_A>;
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