Searched refs:LTDC_PITCH_SIGN_MSK (Results 1 – 1 of 1) sorted by relevance
190 #define LTDC_PITCH_SIGN_MSK 0x40000000U /*!< Mask to check Pitch sign */ macro3441 …int32_t pitchSign = (LTDC_LAYER(hltdc, LayerIdx)->CFBLR & LTDC_LxCFBLR_CFBP) & LTDC_PITCH_SIGN_MSK; in LTDC_RetrieveUserConfig()