[][src]Type Definition stm32wb_pac::tim2::AF

type AF = Reg<u32, _AF>;

TIM2 alternate function option register 1

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

For information about available fields see af module

Trait Implementations

impl Readable for AF[src]

read() method returns af::R reader structure

impl ResetValue for AF[src]

Register AF reset()'s with value 0

type Type = u32

Register size

impl Writable for AF[src]

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