[][src]Struct stm32l4xx_hal::stm32::lcd::ram_com4::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn s31(&self) -> S31R[src]

Bit 31 - S31

pub fn s30(&self) -> S30R[src]

Bit 30 - S30

pub fn s29(&self) -> S29R[src]

Bit 29 - S29

pub fn s28(&self) -> S28R[src]

Bit 28 - S28

pub fn s27(&self) -> S27R[src]

Bit 27 - S27

pub fn s26(&self) -> S26R[src]

Bit 26 - S26

pub fn s25(&self) -> S25R[src]

Bit 25 - S25

pub fn s24(&self) -> S24R[src]

Bit 24 - S24

pub fn s23(&self) -> S23R[src]

Bit 23 - S23

pub fn s22(&self) -> S22R[src]

Bit 22 - S22

pub fn s21(&self) -> S21R[src]

Bit 21 - S21

pub fn s20(&self) -> S20R[src]

Bit 20 - S20

pub fn s19(&self) -> S19R[src]

Bit 19 - S19

pub fn s18(&self) -> S18R[src]

Bit 18 - S18

pub fn s17(&self) -> S17R[src]

Bit 17 - S17

pub fn s16(&self) -> S16R[src]

Bit 16 - S16

pub fn s15(&self) -> S15R[src]

Bit 15 - S15

pub fn s14(&self) -> S14R[src]

Bit 14 - S14

pub fn s13(&self) -> S13R[src]

Bit 13 - S13

pub fn s12(&self) -> S12R[src]

Bit 12 - S12

pub fn s11(&self) -> S11R[src]

Bit 11 - S11

pub fn s10(&self) -> S10R[src]

Bit 10 - S10

pub fn s09(&self) -> S09R[src]

Bit 9 - S09

pub fn s08(&self) -> S08R[src]

Bit 8 - S08

pub fn s07(&self) -> S07R[src]

Bit 7 - S07

pub fn s06(&self) -> S06R[src]

Bit 6 - S06

pub fn s05(&self) -> S05R[src]

Bit 5 - S05

pub fn s04(&self) -> S04R[src]

Bit 4 - S04

pub fn s03(&self) -> S03R[src]

Bit 3 - S03

pub fn s02(&self) -> S02R[src]

Bit 2 - S02

pub fn s01(&self) -> S01R[src]

Bit 1 - S01

pub fn s00(&self) -> S00R[src]

Bit 0 - S00

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self