Type Alias POL

Source
pub type POL = Reg<u32, _POL>;
Expand description

polynomial

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

For information about available fields see pol module

Aliased Type§

pub struct POL { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for POL

Register POL reset()’s with value 0x04c1_1db7

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for POL

read() method returns pol::R reader structure

Source§

impl Writable for POL

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