Skip to main content

INTFLAG

Type Alias INTFLAG 

Source
pub type INTFLAG = Reg<u32, _INTFLAG>;
Expand description

Interrupt Flag Status and Clear

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see intflag module

Aliased Type§

pub struct INTFLAG { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for INTFLAG

Register INTFLAG reset()’s with value 0

Source§

type Type = u32

Raw register type (u8, u16, u32, …).
Source§

fn reset_value() -> Self::Type

Reset value of the register.
Source§

impl Readable for INTFLAG

read() method returns intflag::R reader structure

Source§

impl Writable for INTFLAG

write(|w| ..) method takes intflag::W writer structure