IFCR

Type Alias IFCR 

Source
pub type IFCR = Reg<u32, _IFCR>;
Expand description

interrupt flag clear register

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

For information about available fields see ifcr module

Aliased Type§

pub struct IFCR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for IFCR

Register IFCR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for IFCR

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