Type Alias IER

Source
pub type IER = Reg<u32, _IER>;
Expand description

interrupt enable register

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

For information about available fields see ier module

Aliased Type§

pub struct IER { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for IER

Register IER reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for IER

read() method returns ier::R reader structure

Source§

impl Writable for IER

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