Searched refs:LCD_ErrorTypeDef (Results 1 – 4 of 4) sorted by relevance
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_lcd.c | 70 LCD_ErrorTypeDef LCD_Init(LCD_InitType *LCD_InitStructure ) in LCD_Init() 175 LCD_ErrorTypeDef LCD_ClockConfig(uint32_t LCD_ClkSource) in LCD_ClockConfig() 256 LCD_ErrorTypeDef LCD_UpdateDisplayRequest(void) in LCD_UpdateDisplayRequest() 285 LCD_ErrorTypeDef LCD_Write(uint32_t RAMRegisterIndex,uint32_t RAMRegisterMask,uint32_t RAMData) in LCD_Write() 319 LCD_ErrorTypeDef LCD_SetBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_SetBit() 350 LCD_ErrorTypeDef LCD_ClearBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_ClearBit() 381 LCD_ErrorTypeDef LCD_WaitForSynchro(void) in LCD_WaitForSynchro()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_lcd.c | 70 LCD_ErrorTypeDef LCD_Init(LCD_InitType *LCD_InitStructure ) in LCD_Init() 175 LCD_ErrorTypeDef LCD_ClockConfig(uint32_t LCD_ClkSource) in LCD_ClockConfig() 256 LCD_ErrorTypeDef LCD_UpdateDisplayRequest(void) in LCD_UpdateDisplayRequest() 285 LCD_ErrorTypeDef LCD_Write(uint32_t RAMRegisterIndex,uint32_t RAMRegisterMask,uint32_t RAMData) in LCD_Write() 319 LCD_ErrorTypeDef LCD_SetBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_SetBit() 350 LCD_ErrorTypeDef LCD_ClearBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_ClearBit() 381 LCD_ErrorTypeDef LCD_WaitForSynchro(void) in LCD_WaitForSynchro()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_lcd.h | 69 }LCD_ErrorTypeDef; typedef 694 LCD_ErrorTypeDef LCD_Init(LCD_InitType *LCD_InitStructure ); 697 LCD_ErrorTypeDef LCD_ClockConfig(uint32_t LCD_ClkSource); 701 LCD_ErrorTypeDef LCD_UpdateDisplayRequest(void); 703 LCD_ErrorTypeDef LCD_Write(uint32_t RAMRegisterIndex,uint32_t RAMRegisterMask,uint32_t RAMData); 706 LCD_ErrorTypeDef LCD_SetBit(uint32_t RAMRegisterIndex,uint32_t RAMData); 708 LCD_ErrorTypeDef LCD_ClearBit(uint32_t RAMRegisterIndex,uint32_t RAMData); 710 LCD_ErrorTypeDef LCD_WaitForSynchro(void);
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_lcd.h | 69 }LCD_ErrorTypeDef; typedef 694 LCD_ErrorTypeDef LCD_Init(LCD_InitType *LCD_InitStructure ); 697 LCD_ErrorTypeDef LCD_ClockConfig(uint32_t LCD_ClkSource); 701 LCD_ErrorTypeDef LCD_UpdateDisplayRequest(void); 703 LCD_ErrorTypeDef LCD_Write(uint32_t RAMRegisterIndex,uint32_t RAMRegisterMask,uint32_t RAMData); 706 LCD_ErrorTypeDef LCD_SetBit(uint32_t RAMRegisterIndex,uint32_t RAMData); 708 LCD_ErrorTypeDef LCD_ClearBit(uint32_t RAMRegisterIndex,uint32_t RAMData); 710 LCD_ErrorTypeDef LCD_WaitForSynchro(void);
|
Completed in 9 milliseconds