[][src]Type Definition nrf52832_pac::twim0::errorsrc::W

type W = W<u32, ERRORSRC>;

Writer for register ERRORSRC

Methods

impl W[src]

pub fn overrun(&mut self) -> OVERRUN_W[src]

Bit 0 - Overrun error

pub fn anack(&mut self) -> ANACK_W[src]

Bit 1 - NACK received after sending the address (write '1' to clear)

pub fn dnack(&mut self) -> DNACK_W[src]

Bit 2 - NACK received after sending a data byte (write '1' to clear)