Struct nrf52840::spim0::STALLSTAT[][src]

pub struct STALLSTAT { /* fields omitted */ }

Stall status for EasyDMA RAM accesses. The fields in this register is set to STALL by hardware whenever a stall occurres and can be cleared (set to NOSTALL) by the CPU.

Methods

impl STALLSTAT
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for STALLSTAT

impl !Sync for STALLSTAT