[][src]Type Definition k210_pac::kpu::INTERRUPT_MASK

type INTERRUPT_MASK = Reg<u64, _INTERRUPT_MASK>;

Interrupt mask: 0 enables the interrupt, 1 masks the interrupt

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

For information about avaliable fields see interrupt_mask module

Trait Implementations

impl Readable for INTERRUPT_MASK[src]

read() method returns interrupt_mask::R reader structure

impl Writable for INTERRUPT_MASK[src]

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

impl ResetValue for INTERRUPT_MASK[src]

Register interrupt_mask reset()'s with value 0

type Type = u64

Register size