Searched refs:front (Results 1 – 2 of 2) sorted by relevance
693 void EBI_TFTHPorchSet(uint32_t front, uint32_t back, uint32_t pulseWidth) in EBI_TFTHPorchSet() argument695 EFM_ASSERT(front <= _EBI_TFTHPORCH_HFPORCH_MASK >> _EBI_TFTHPORCH_HFPORCH_SHIFT); in EBI_TFTHPorchSet()699 EBI->TFTHPORCH = (front << _EBI_TFTHPORCH_HFPORCH_SHIFT) in EBI_TFTHPorchSet()715 void EBI_TFTVPorchSet(uint32_t front, uint32_t back, uint32_t pulseWidth) in EBI_TFTVPorchSet() argument717 EFM_ASSERT(front <= _EBI_TFTVPORCH_VFPORCH_MASK >> _EBI_TFTVPORCH_VFPORCH_SHIFT); in EBI_TFTVPorchSet()721 EBI->TFTVPORCH = (front << _EBI_TFTVPORCH_VFPORCH_SHIFT) in EBI_TFTVPorchSet()
686 void EBI_TFTHPorchSet(uint32_t front, uint32_t back, uint32_t pulseWidth);687 void EBI_TFTVPorchSet(uint32_t front, uint32_t back, uint32_t pulseWidth);