[][src]Type Definition stm32f7::stm32f7x3::rcc::bdcr::LSEDRV_R

type LSEDRV_R = R<u8, LSEDRV_A>;

Reader of field LSEDRV

Methods

impl LSEDRV_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is LOW

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

Checks if the value of the field is MEDIUMHIGH

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

Checks if the value of the field is MEDIUMLOW

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

Checks if the value of the field is HIGH