[][src]Type Definition cc3220sf::stackdie_ctrl::BASE_UP_IRQ_LOG

type BASE_UP_IRQ_LOG = Reg<u32, _BASE_UP_IRQ_LOG>;

Reading this register Base procesor will able to know the reason for the interrupt. This is clear only register - set by HW upon an interrupt to Base processor and can be cleared only by BASE processor.

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

For information about available fields see base_up_irq_log module

Trait Implementations

impl Readable for BASE_UP_IRQ_LOG[src]

read() method returns base_up_irq_log::R reader structure

impl ResetValue for BASE_UP_IRQ_LOG[src]

Register BASE_UP_IRQ_LOG reset()'s with value 0

type Type = u32

Register size

impl Writable for BASE_UP_IRQ_LOG[src]

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