[][src]Type Definition msp430g2553::special_function::IE1

type IE1 = Reg<u8, _IE1>;

Interrupt Enable 1

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

For information about available fields see ie1 module

Trait Implementations

impl Readable for IE1[src]

read() method returns ie1::R reader structure

impl ResetValue for IE1[src]

Register IE1 reset()'s with value 0

type Type = u8

Register size

impl Writable for IE1[src]

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