[][src]Type Definition xmc4200::can_node0::NPCR

type NPCR = Reg<u32, _NPCR>;

Node Port Control Register

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

For information about available fields see npcr module

Trait Implementations

impl Readable for NPCR[src]

read() method returns npcr::R reader structure

impl ResetValue for NPCR[src]

Register NPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for NPCR[src]

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