[][src]Type Definition avr_device::atmega2560::twi::twsr::TWPS_R

type TWPS_R = R<u8, TWPS_A>;

Reader of field TWPS

Implementations

impl TWPS_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is PRESCALER_1

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

Checks if the value of the field is PRESCALER_4

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

Checks if the value of the field is PRESCALER_16

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

Checks if the value of the field is PRESCALER_64