Skip to main content

automatic_if

Function automatic_if 

Source
pub const fn automatic_if(current: u8, automatic_if: bool) -> u8
Expand description

Returns RegDetectOptimize with AutomaticIFOn as erratum 2.3 wants it.

§Arguments

  • current - the register’s current value, whose other bits are kept.
  • automatic_if - whether the automatic IF stays on.

§Returns

The register value.