EP0R

Type Alias EP0R 

Source
pub type EP0R = Reg<u32, _EP0R>;
Expand description

endpoint 0 register

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

For information about available fields see ep0r module

Aliased Type§

pub struct EP0R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EP0R

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

read() method returns ep0r::R reader structure

Source§

impl Writable for EP0R

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