Type Definition stm32g4::stm32g431::cordic::csr::FUNC_R[][src]

type FUNC_R = R<u8, FUNC_A>;

Reader of field FUNC

Implementations

impl FUNC_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is COSINE

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

Checks if the value of the field is SINE

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

Checks if the value of the field is PHASE

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

Checks if the value of the field is MODULUS

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

Checks if the value of the field is ARCTANGENT

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

Checks if the value of the field is HYPERBOLICCOSINE

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

Checks if the value of the field is HYPERBOLICSINE

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

Checks if the value of the field is ARCTANH

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

Checks if the value of the field is NATURALLOGARITHM

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

Checks if the value of the field is SQUAREROOT