Searched refs:pulseWidth (Results 1 – 5 of 5) sorted by relevance
136 | ((tmrCfg->pulseWidth << CSL_TMR_TCR_PWID_LO_SHIFT)&CSL_TMR_TCR_PWID_LO_MASK) in timer64_init()154 | ((tmrCfg->pulseWidth << CSL_TMR_TCR_PWID_LO_SHIFT)&CSL_TMR_TCR_PWID_LO_MASK) in timer64_init()168 | ((tmrCfg->pulseWidth << CSL_TMR_TCR_PWID_LO_SHIFT)&CSL_TMR_TCR_PWID_LO_MASK) in timer64_init()182 | ((tmrCfg->pulseWidth << CSL_TMR_TCR_PWID_LO_SHIFT)&CSL_TMR_TCR_PWID_LO_MASK) in timer64_init()196 | ((tmrCfg->pulseWidth << CSL_TMR_TCR_PWID_LO_SHIFT)&CSL_TMR_TCR_PWID_LO_MASK) in timer64_init()
99 int pulseWidth; /*pulse width between 0~3*/ member
646 void EBI_TFTHPorchSet(int front, int back, int pulseWidth) in EBI_TFTHPorchSet() argument650 EFM_ASSERT((pulseWidth-1) < 128); in EBI_TFTHPorchSet()654 ((pulseWidth-1) << _EBI_TFTHPORCH_HSYNC_SHIFT); in EBI_TFTHPorchSet()669 void EBI_TFTVPorchSet(int front, int back, int pulseWidth) in EBI_TFTVPorchSet() argument673 EFM_ASSERT((pulseWidth-1) < 128); in EBI_TFTVPorchSet()677 ((pulseWidth-1) << _EBI_TFTVPORCH_VSYNC_SHIFT); in EBI_TFTVPorchSet()
551 void EBI_TFTHPorchSet(int front, int back, int pulseWidth);552 void EBI_TFTVPorchSet(int front, int back, int pulseWidth);
1171 uint8_t pulseWidth, in ENET_Ptp1588SetChannelOutputPulseWidth() argument1176 tcrReg = ENET_TCSR_TIE(intEnable) | ENET_TCSR_TPWC(pulseWidth); in ENET_Ptp1588SetChannelOutputPulseWidth()
Completed in 17 milliseconds