pub struct R(_);Expand description
Register U3_CONF0 reader
Implementations
sourceimpl R
impl R
sourcepub fn filter_thres_u3(&self) -> FILTER_THRES_U3_R
pub fn filter_thres_u3(&self) -> FILTER_THRES_U3_R
Bits 0:9 - This register is used to filter pluse whose width is smaller than this value for unit3.
sourcepub fn filter_en_u3(&self) -> FILTER_EN_U3_R
pub fn filter_en_u3(&self) -> FILTER_EN_U3_R
Bit 10 - This is the enable bit for filtering input signals for unit3.
sourcepub fn thr_zero_en_u3(&self) -> THR_ZERO_EN_U3_R
pub fn thr_zero_en_u3(&self) -> THR_ZERO_EN_U3_R
Bit 11 - This is the enable bit for comparing unit3’s count with 0 value.
sourcepub fn thr_h_lim_en_u3(&self) -> THR_H_LIM_EN_U3_R
pub fn thr_h_lim_en_u3(&self) -> THR_H_LIM_EN_U3_R
Bit 12 - This is the enable bit for comparing unit3’s count with thr_h_lim value.
sourcepub fn thr_l_lim_en_u3(&self) -> THR_L_LIM_EN_U3_R
pub fn thr_l_lim_en_u3(&self) -> THR_L_LIM_EN_U3_R
Bit 13 - This is the enable bit for comparing unit3’s count with thr_l_lim value.
sourcepub fn thr_thres0_en_u3(&self) -> THR_THRES0_EN_U3_R
pub fn thr_thres0_en_u3(&self) -> THR_THRES0_EN_U3_R
Bit 14 - This is the enable bit for comparing unit3’s count with thres0 value.
sourcepub fn thr_thres1_en_u3(&self) -> THR_THRES1_EN_U3_R
pub fn thr_thres1_en_u3(&self) -> THR_THRES1_EN_U3_R
Bit 15 - This is the enable bit for comparing unit3’s count with thres1 value .
sourcepub fn ch0_neg_mode_u3(&self) -> CH0_NEG_MODE_U3_R
pub fn ch0_neg_mode_u3(&self) -> CH0_NEG_MODE_U3_R
Bits 16:17 - This register is used to control the mode of channel0’s input negedge signal for unit3. 2’d1: increase at the negedge of input signal 2’d2:decrease at the negedge of input signal others:forbidden
sourcepub fn ch0_pos_mode_u3(&self) -> CH0_POS_MODE_U3_R
pub fn ch0_pos_mode_u3(&self) -> CH0_POS_MODE_U3_R
Bits 18:19 - This register is used to control the mode of channel0’s input posedge signal for unit3. 2’d1: increase at the posedge of input signal 2’d2:decrease at the posedge of input signal others:forbidden
sourcepub fn ch0_hctrl_mode_u3(&self) -> CH0_HCTRL_MODE_U3_R
pub fn ch0_hctrl_mode_u3(&self) -> CH0_HCTRL_MODE_U3_R
Bits 20:21 - This register is used to control the mode of channel0’s high control signal for unit3. 2’d0:increase when control signal is low 2’d1: decrease when control signal is high others:forbidden
sourcepub fn ch0_lctrl_mode_u3(&self) -> CH0_LCTRL_MODE_U3_R
pub fn ch0_lctrl_mode_u3(&self) -> CH0_LCTRL_MODE_U3_R
Bits 22:23 - This register is used to control the mode of channel0’s low control signal for unit3. 2’d0:increase when control signal is low 2’d1: decrease when control signal is high others:forbidden
sourcepub fn ch1_neg_mode_u3(&self) -> CH1_NEG_MODE_U3_R
pub fn ch1_neg_mode_u3(&self) -> CH1_NEG_MODE_U3_R
Bits 24:25 - This register is used to control the mode of channel1’s input negedge signal for unit3. 2’d1: increase at the negedge of input signal 2’d2:decrease at the negedge of input signal others:forbidden
sourcepub fn ch1_pos_mode_u3(&self) -> CH1_POS_MODE_U3_R
pub fn ch1_pos_mode_u3(&self) -> CH1_POS_MODE_U3_R
Bits 26:27 - This register is used to control the mode of channel1’s input posedge signal for unit3. 2’d1: increase at the posedge of input signal 2’d2:decrease at the posedge of input signal others:forbidden
sourcepub fn ch1_hctrl_mode_u3(&self) -> CH1_HCTRL_MODE_U3_R
pub fn ch1_hctrl_mode_u3(&self) -> CH1_HCTRL_MODE_U3_R
Bits 28:29 - This register is used to control the mode of channel1’s high control signal for unit3. 2’d0:increase when control signal is low 2’d1: decrease when control signal is high others:forbidden
sourcepub fn ch1_lctrl_mode_u3(&self) -> CH1_LCTRL_MODE_U3_R
pub fn ch1_lctrl_mode_u3(&self) -> CH1_LCTRL_MODE_U3_R
Bits 30:31 - This register is used to control the mode of channel1’s low control signal for unit3. 2’d0:increase when control signal is low 2’d1: decrease when control signal is high others:forbidden
Methods from Deref<Target = R<U3_CONF0_SPEC>>
Trait Implementations
sourceimpl From<R<U3_CONF0_SPEC>> for R
impl From<R<U3_CONF0_SPEC>> for R
sourcefn from(reader: R<U3_CONF0_SPEC>) -> Self
fn from(reader: R<U3_CONF0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more