[][src]Type Definition xmc4100::scu_trap::TRAPDIS

type TRAPDIS = Reg<u32, _TRAPDIS>;

Trap Disable Register

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

For information about available fields see trapdis module

Trait Implementations

impl Readable for TRAPDIS[src]

read() method returns trapdis::R reader structure

impl ResetValue for TRAPDIS[src]

Register TRAPDIS reset()'s with value 0x31ff

type Type = u32

Register size

impl Writable for TRAPDIS[src]

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