[][src]Type Definition lpc55s6x_pac::syscon::comp_int_ctrl::INT_CTRL_R

type INT_CTRL_R = R<u8, INT_CTRL_A>;

Reader of field INT_CTRL

Methods

impl INT_CTRL_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is EDGE_DISABLE

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

Checks if the value of the field is LVL_DISABLE

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

Checks if the value of the field is EDGE_RISING

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

Checks if the value of the field is LVL_HIGH

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

Checks if the value of the field is EDGE_FALLING

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

Checks if the value of the field is LVL_LOW

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

Checks if the value of the field is EDGE_BOTH

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

Checks if the value of the field is LVL_DIS2