JSQR

Type Alias JSQR 

Source
pub type JSQR = Reg<u32, _JSQR>;
Expand description

ADC group injected sequencer register

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

For information about available fields see jsqr module

Aliased Type§

pub struct JSQR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for JSQR

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

read() method returns jsqr::R reader structure

Source§

impl Writable for JSQR

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