[][src]Type Definition gd32vf103_pac::timer0::CREP

type CREP = Reg<u16, _CREP>;

Counter repetition register

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

For information about available fields see crep module

Trait Implementations

impl Readable for CREP[src]

read() method returns crep::R reader structure

impl ResetValue for CREP[src]

Register CREP reset()'s with value 0

type Type = u16

Register size

impl Writable for CREP[src]

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