1.27.6.83 LCDCx_SIGNAL_POLARITY Enum

C

// x - Instance of the LCDC peripheral

typedef enum
{
    LCDCx_POLARITY_POSITIVE = 0,
    LCDCx_POLARITY_NEGATIVE
} LCDCx_SIGNAL_POLARITY;

Summary

Defines the polarity of the LCDC control signals

Description

This defines the polarity of the LCDC control signals. A signal with positive polarity will be asserted high, while a signal with negative polarity will be asserted low.

Remarks

None.