EP6R

Type Alias EP6R 

Source
pub type EP6R = Reg<u32, _EP6R>;
Expand description

endpoint 6 register

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

For information about available fields see ep6r module

Aliased Type§

pub struct EP6R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EP6R

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

read() method returns ep6r::R reader structure

Source§

impl Writable for EP6R

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