Searched refs:Aux1Addr (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_ltdc.c | 203 static void LTDC_SetConfig(LTDC_HandleTypeDef *hltdc, uint32_t Aux0Addr, uint32_t Aux1Addr, uint32… 208 uint32_t *Aux1Addr, uint32_t LayerIdx); 3437 uint32_t *Aux1Addr, uint32_t LayerIdx) in LTDC_RetrieveUserConfig() argument 3478 *Aux1Addr = LTDC_LAYER(hltdc, LayerIdx)->AFBA1R; in LTDC_RetrieveUserConfig() 3497 *Aux1Addr = LTDC_LAYER(hltdc, LayerIdx)->AFBA1R - \ in LTDC_RetrieveUserConfig() 3530 *Aux1Addr = LTDC_LAYER(hltdc, LayerIdx)->AFBA1R - (stride * \ in LTDC_RetrieveUserConfig() 3565 *Aux1Addr = LTDC_LAYER(hltdc, LayerIdx)->AFBA1R - (stride * \ in LTDC_RetrieveUserConfig() 3613 static void LTDC_SetConfig(LTDC_HandleTypeDef *hltdc, uint32_t Aux0Addr, uint32_t Aux1Addr, uint32_… in LTDC_SetConfig() argument 3684 LTDC_LAYER(hltdc, LayerIdx)->AFBA1R = Aux1Addr; in LTDC_SetConfig() 3738 LTDC_LAYER(hltdc, LayerIdx)->AFBA1R = Aux1Addr + in LTDC_SetConfig() [all …]
|