[][src]Type Definition cc3220sf::camera::CC_IRQENABLE

type CC_IRQENABLE = Reg<u32, _CC_IRQENABLE>;

The interrupt enable register allows to enable/disable the module internal sources of interrupt on an event-by-event basis (CCP & Parallel Mode)

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

For information about available fields see cc_irqenable module

Trait Implementations

impl Readable for CC_IRQENABLE[src]

read() method returns cc_irqenable::R reader structure

impl ResetValue for CC_IRQENABLE[src]

Register CC_IRQENABLE reset()'s with value 0

type Type = u32

Register size

impl Writable for CC_IRQENABLE[src]

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