[][src]Type Definition nrf51::uart0::ERRORSRC

type ERRORSRC = Reg<u32, _ERRORSRC>;

Error source. Write error field to 1 to clear error.

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

For information about available fields see errorsrc module

Trait Implementations

impl Readable for ERRORSRC[src]

read() method returns errorsrc::R reader structure

impl ResetValue for ERRORSRC[src]

Register ERRORSRC reset()'s with value 0

type Type = u32

Register size

impl Writable for ERRORSRC[src]

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