[][src]Type Definition nrf52832_pac::p0::pin_cnf::DRIVE_R

type DRIVE_R = R<u8, DRIVE_A>;

Reader of field DRIVE

Methods

impl DRIVE_R[src]

pub fn variant(&self) -> DRIVE_A[src]

Get enumerated values variant

pub fn is_s0s1(&self) -> bool[src]

Checks if the value of the field is S0S1

pub fn is_h0s1(&self) -> bool[src]

Checks if the value of the field is H0S1

pub fn is_s0h1(&self) -> bool[src]

Checks if the value of the field is S0H1

pub fn is_h0h1(&self) -> bool[src]

Checks if the value of the field is H0H1

pub fn is_d0s1(&self) -> bool[src]

Checks if the value of the field is D0S1

pub fn is_d0h1(&self) -> bool[src]

Checks if the value of the field is D0H1

pub fn is_s0d1(&self) -> bool[src]

Checks if the value of the field is S0D1

pub fn is_h0d1(&self) -> bool[src]

Checks if the value of the field is H0D1