Type Alias rp235x_pac::hstx_ctrl::bit3::R

source ·
pub type R = R<BIT3_SPEC>;
Expand description

Register BIT3 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn sel_p(&self) -> SEL_P_R

Bits 0:4 - Shift register data bit select for the first half of the HSTX clock cycle

source

pub fn sel_n(&self) -> SEL_N_R

Bits 8:12 - Shift register data bit select for the second half of the HSTX clock cycle

source

pub fn inv(&self) -> INV_R

Bit 16 - Invert this data output (logical NOT)

source

pub fn clk(&self) -> CLK_R

Bit 17 - Connect this output to the generated clock, rather than the data shift register. SEL_P and SEL_N are ignored if this bit is set, but INV can still be set to generate an antiphase clock.