[][src]Type Definition esp32::mcpwm::mcpwm_cap_status_reg::R

type R = R<u32, MCPWM_CAP_STATUS_REG>;

Reader of register MCPWM_CAP_STATUS_REG

Methods

impl R[src]

pub fn mcpwm_cap2_edge(&self) -> MCPWM_CAP2_EDGE_R[src]

Bit 2 - Edge of last capture trigger on channel 2 0: posedge 1: negedge

pub fn mcpwm_cap1_edge(&self) -> MCPWM_CAP1_EDGE_R[src]

Bit 1 - Edge of last capture trigger on channel 1 0: posedge 1: negedge

pub fn mcpwm_cap0_edge(&self) -> MCPWM_CAP0_EDGE_R[src]

Bit 0 - Edge of last capture trigger on channel 0 0: posedge 1: negedge