Enum nrf52::radio::pcnf0::S1INCLR [] [src]

pub enum S1INCLR {
    AUTOMATIC,
    INCLUDE,
}

Possible values of the field S1INCL

Variants

Include S1 field in RAM only if S1LEN > 0

Always include S1 field in RAM independent of S1LEN

Methods

impl S1INCLR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is AUTOMATIC

[src]

Checks if the value of the field is INCLUDE

Trait Implementations

impl Clone for S1INCLR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for S1INCLR
[src]

impl Debug for S1INCLR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for S1INCLR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.