[][src]Type Definition cc2538::aes::DMAC_PERSR

type DMAC_PERSR = Reg<u32, _DMAC_PERSR>;

DMAC port error raw status register This register provides the actual status of individual port errors. It also indicates which channel is serviced by an external AHB port (which is frozen by a port error). A port error aborts operations on all serviced channels (channel enable bit is forced to 0) and prevents further transfers via that port until the error is cleared by writing to the DMAC_SWRES register.

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

For information about avaliable fields see dmac_persr module

Trait Implementations

impl Readable for DMAC_PERSR[src]

read() method returns dmac_persr::R reader structure

impl Writable for DMAC_PERSR[src]

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

impl ResetValue for DMAC_PERSR[src]

Register DMAC_PERSR reset()'s with value 0

type Type = u32

Register size