FS1R

Type Alias FS1R 

Source
pub type FS1R = Reg<u32, _FS1R>;
Expand description

filter scale register

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

For information about available fields see fs1r module

Aliased Type§

pub struct FS1R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FS1R

Register FS1R 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 FS1R

read() method returns fs1r::R reader structure

Source§

impl Writable for FS1R

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