[][src]Type Definition atsame54p::usb::device::device_endpoint::EPINTENSET

type EPINTENSET = Reg<u8, _EPINTENSET>;

DEVICE_ENDPOINT End Point Interrupt Set Flag

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

For information about available fields see epintenset module

Trait Implementations

impl Readable for EPINTENSET[src]

read() method returns epintenset::R reader structure

impl ResetValue for EPINTENSET[src]

Register EPINTENSET reset()'s with value 0

type Type = u8

Raw register type (u8, u16, u32, ...).

impl Writable for EPINTENSET[src]

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