EP1R

Type Alias EP1R 

Source
pub type EP1R = Reg<u32, _EP1R>;
Expand description

endpoint 1 register

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

For information about available fields see ep1r module

Aliased Type§

pub struct EP1R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EP1R

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

read() method returns ep1r::R reader structure

Source§

impl Writable for EP1R

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