Skip to main content

F

Type Alias F 

Source
pub type F = Reg<u8, _F>;
Expand description

I2C Frequency Divider register

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

For information about available fields see f module

Aliased Type§

pub struct F { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for F

Register F reset()’s with value 0

Source§

type Type = u8

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for F

read() method returns f::R reader structure

Source§

impl Writable for F

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