[][src]Type Definition stm32l0::stm32l0x2::flash::optr::BOR_LEV_R

type BOR_LEV_R = R<u8, BOR_LEV_A>;

Reader of field BOR_LEV

Methods

impl BOR_LEV_R[src]

pub fn variant(&self) -> Variant<u8, BOR_LEV_A>[src]

Get enumerated values variant

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

Checks if the value of the field is BOR_OFF

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

Checks if the value of the field is BOR_LEVEL1

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

Checks if the value of the field is BOR_LEVEL2

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

Checks if the value of the field is BOR_LEVEL3

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

Checks if the value of the field is BOR_LEVEL4

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

Checks if the value of the field is BOR_LEVEL5