[][src]Type Definition msp430fr2355::e_comp0::CPINT

type CPINT = Reg<u16, _CPINT>;

Comparator Interrupt Control Register

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

For information about available fields see cpint module

Trait Implementations

impl Readable for CPINT[src]

read() method returns cpint::R reader structure

impl ResetValue for CPINT[src]

Register CPINT reset()'s with value 0

type Type = u16

Register size

impl Writable for CPINT[src]

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