I2SPR

Type Alias I2SPR 

Source
pub type I2SPR = Reg<u32, _I2SPR>;
Expand description

I2S prescaler register

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

For information about available fields see i2spr module

Aliased Type§

pub struct I2SPR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for I2SPR

Register I2SPR reset()’s with value 0x10

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for I2SPR

read() method returns i2spr::R reader structure

Source§

impl Writable for I2SPR

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