Searched refs:pulseWidth (Results 1 – 3 of 3) sorted by relevance
148 … ENETC_PF_TMR_TMR_ALARM_CTRL_ALARM1_PW(alarm->pulseWidth)) : in NETC_TimerConfigureAlarm()150 … ENETC_PF_TMR_TMR_ALARM_CTRL_ALARM2_PW(alarm->pulseWidth)); in NETC_TimerConfigureAlarm()215 control = ENETC_PF_TMR_TMR_FIPER_CTRL_FIPER1_PW(fiper->pulseWidth) | in NETC_TimerStartFIPER()226 control = ENETC_PF_TMR_TMR_FIPER_CTRL_FIPER2_PW(fiper->pulseWidth) | in NETC_TimerStartFIPER()237 control = ENETC_PF_TMR_TMR_FIPER_CTRL_FIPER3_PW(fiper->pulseWidth) | in NETC_TimerStartFIPER()
157 …uint8_t pulseWidth; /*!< Pulse width in number of timer generated clocks the alarm will be activ… member193 uint8_t pulseWidth; /*!< FIPER pulse width. */ member
1862 …ENET_Type *base, enet_ptp_timer_channel_t channel, bool isOutputLow, uint8_t pulseWidth, bool intE… in ENET_Ptp1588SetChannelOutputPulseWidth() argument1866 tcrReg = ENET_TCSR_TIE(intEnable) | ENET_TCSR_TPWC(pulseWidth); in ENET_Ptp1588SetChannelOutputPulseWidth()