Type Definition atsame54n19a_pac::sys_tick::CSR[][src]

type CSR = Reg<u32, _CSR>;

SysTick Control and Status Register

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

For information about available fields see csr module

Trait Implementations

impl Readable for CSR[src]

read() method returns csr::R reader structure

impl ResetValue for CSR[src]

Register CSR reset()’s with value 0x04

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for CSR[src]

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