EPCISC

Type Alias EPCISC 

Source
pub type EPCISC = Reg<u32, _EPCISC>;
Expand description

USB External Power Control Interrupt Status and Clear

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

For information about available fields see epcisc module

Aliased Type§

pub struct EPCISC { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EPCISC

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

read() method returns epcisc::R reader structure

Source§

impl Writable for EPCISC

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