Type Definition gd32f1::gd32f130::timer14::PSC[][src]

type PSC = Reg<u16, _PSC>;

Prescaler register

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

For information about available fields see psc module

Trait Implementations

impl Readable for PSC[src]

read() method returns psc::R reader structure

impl ResetValue for PSC[src]

Register PSC reset()’s with value 0

type Type = u16

Register size

impl Writable for PSC[src]

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