Searched refs:pinIndx (Results 1 – 1 of 1) sorted by relevance
399 static inline void SLCD_SetBackPlanePhase(LCD_Type *base, uint32_t pinIndx, slcd_phase_type_t phase) in SLCD_SetBackPlanePhase() argument401 base->WF8B[pinIndx] = (uint8_t)phase; in SLCD_SetBackPlanePhase()421 static inline void SLCD_SetFrontPlaneSegments(LCD_Type *base, uint32_t pinIndx, uint8_t operation) in SLCD_SetFrontPlaneSegments() argument423 base->WF8B[pinIndx] = operation; in SLCD_SetFrontPlaneSegments()444 uint32_t pinIndx, in SLCD_SetFrontPlaneOnePhase() argument448 uint8_t reg = base->WF8B[pinIndx]; in SLCD_SetFrontPlaneOnePhase()452 base->WF8B[pinIndx] = (reg | (1U << (uint32_t)phaseIndx)); in SLCD_SetFrontPlaneOnePhase()456 base->WF8B[pinIndx] = (reg & ~(1U << (uint32_t)phaseIndx)); in SLCD_SetFrontPlaneOnePhase()