[][src]Type Definition stm32wb_pac::tim1::PSC

type PSC = Reg<u32, _PSC>;

prescaler

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 = u32

Register size

impl Writable for PSC[src]

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