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

type NSR = Reg<u32, _NSR>;

Node Status Register

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

For information about available fields see nsr module

Trait Implementations

impl Readable for NSR[src]

read() method returns nsr::R reader structure

impl ResetValue for NSR[src]

Register NSR reset()'s with value 0

type Type = u32

Register size

impl Writable for NSR[src]

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