Home
last modified time | relevance | path

Searched refs:pulseWidth (Results 1 – 5 of 5) sorted by relevance

/bsp/tms320c6678/common/
A Dcommon.c136 | ((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()
A Dcommon.h99 int pulseWidth; /*pulse width between 0~3*/ member
/bsp/efm32/Libraries/emlib/src/
A Dem_ebi.c646 void EBI_TFTHPorchSet(int front, int back, int pulseWidth) in EBI_TFTHPorchSet() argument
650 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() argument
673 EFM_ASSERT((pulseWidth-1) < 128); in EBI_TFTVPorchSet()
677 ((pulseWidth-1) << _EBI_TFTVPORCH_VSYNC_SHIFT); in EBI_TFTVPorchSet()
/bsp/efm32/Libraries/emlib/inc/
A Dem_ebi.h551 void EBI_TFTHPorchSet(int front, int back, int pulseWidth);
552 void EBI_TFTVPorchSet(int front, int back, int pulseWidth);
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_enet.h1171 uint8_t pulseWidth, in ENET_Ptp1588SetChannelOutputPulseWidth() argument
1176 tcrReg = ENET_TCSR_TIE(intEnable) | ENET_TCSR_TPWC(pulseWidth); in ENET_Ptp1588SetChannelOutputPulseWidth()

Completed in 17 milliseconds