Type Alias PRER

Source
pub type PRER = Reg<u32, _PRER>;
Expand description

prescaler register

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

For information about available fields see prer module

Aliased Type§

pub struct PRER { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PRER

Register PRER reset()’s with value 0x007f_00ff

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for PRER

read() method returns prer::R reader structure

Source§

impl Writable for PRER

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