AF

Type Alias AF 

Source
pub type AF = Reg<u32, _AF>;
Expand description

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

Aliased Type§

pub struct AF { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for AF

Register AF reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for AF

read() method returns af::R reader structure

Source§

impl Writable for AF

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