[][src]Type Definition imxrt1062_adc_etc::trig2_ctrl::R

type R = R<u32, TRIG2_CTRL>;

Reader of register TRIG2_CTRL

Methods

impl R[src]

pub fn sw_trig(&self) -> SW_TRIG_R[src]

Bit 0 - Software write 1 as the TRIGGER. This register is self-clearing.

pub fn trig_mode(&self) -> TRIG_MODE_R[src]

Bit 4 - TRIG mode register. 1'b0: hardware trigger. 1'b1: software trigger.

pub fn trig_chain(&self) -> TRIG_CHAIN_R[src]

Bits 8:10 - TRIG chain length to the ADC. 0: Trig length is 1; ... 7: Trig length is 8;

pub fn trig_priority(&self) -> TRIG_PRIORITY_R[src]

Bits 12:14 - External trigger priority, 7 is highest, 0 is lowest .

pub fn sync_mode(&self) -> SYNC_MODE_R[src]

Bit 16 - TRIG mode control . 1'b0: Disable sync mode; 1'b1: Enable sync mode