Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c190 #define LTDC_PITCH_SIGN_MSK 0x40000000U /*!< Mask to check Pitch sign */ macro
3441 …int32_t pitchSign = (LTDC_LAYER(hltdc, LayerIdx)->CFBLR & LTDC_LxCFBLR_CFBP) & LTDC_PITCH_SIGN_MSK; in LTDC_RetrieveUserConfig()