[][src]Type Definition nrf52832_pac::rtc0::intenset::W

type W = W<u32, INTENSET>;

Writer for register INTENSET

Methods

impl W[src]

pub fn tick(&mut self) -> TICK_W[src]

Bit 0 - Write '1' to Enable interrupt for TICK event

pub fn ovrflw(&mut self) -> OVRFLW_W[src]

Bit 1 - Write '1' to Enable interrupt for OVRFLW event

pub fn compare0(&mut self) -> COMPARE0_W[src]

Bit 16 - Write '1' to Enable interrupt for COMPARE[0] event

pub fn compare1(&mut self) -> COMPARE1_W[src]

Bit 17 - Write '1' to Enable interrupt for COMPARE[1] event

pub fn compare2(&mut self) -> COMPARE2_W[src]

Bit 18 - Write '1' to Enable interrupt for COMPARE[2] event

pub fn compare3(&mut self) -> COMPARE3_W[src]

Bit 19 - Write '1' to Enable interrupt for COMPARE[3] event