Home
last modified time | relevance | path

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

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_lcd.c285 LCD_ErrorTypeDef LCD_Write(uint32_t RAMRegisterIndex,uint32_t RAMRegisterMask,uint32_t RAMData) in LCD_Write() argument
290 assert_param(IS_LCD_RAM_REGISTER_INDEX(RAMRegisterIndex)); in LCD_Write()
292 if (RAMRegisterIndex > LCD_RAM2_COM7) in LCD_Write()
319 LCD_ErrorTypeDef LCD_SetBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_SetBit() argument
323 assert_param(IS_LCD_RAM_REGISTER_INDEX(RAMRegisterIndex)); in LCD_SetBit()
325 if (RAMRegisterIndex > LCD_RAM2_COM7) in LCD_SetBit()
339 SET_BIT(LCD->RAM_COM[RAMRegisterIndex], RAMData); in LCD_SetBit()
350 LCD_ErrorTypeDef LCD_ClearBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_ClearBit() argument
354 assert_param(IS_LCD_RAM_REGISTER_INDEX(RAMRegisterIndex)); in LCD_ClearBit()
356 if (RAMRegisterIndex > LCD_RAM2_COM7) in LCD_ClearBit()
[all …]
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_lcd.c285 LCD_ErrorTypeDef LCD_Write(uint32_t RAMRegisterIndex,uint32_t RAMRegisterMask,uint32_t RAMData) in LCD_Write() argument
290 assert_param(IS_LCD_RAM_REGISTER_INDEX(RAMRegisterIndex)); in LCD_Write()
292 if (RAMRegisterIndex > LCD_RAM2_COM7) in LCD_Write()
319 LCD_ErrorTypeDef LCD_SetBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_SetBit() argument
323 assert_param(IS_LCD_RAM_REGISTER_INDEX(RAMRegisterIndex)); in LCD_SetBit()
325 if (RAMRegisterIndex > LCD_RAM2_COM7) in LCD_SetBit()
339 SET_BIT(LCD->RAM_COM[RAMRegisterIndex], RAMData); in LCD_SetBit()
350 LCD_ErrorTypeDef LCD_ClearBit(uint32_t RAMRegisterIndex,uint32_t RAMData) in LCD_ClearBit() argument
354 assert_param(IS_LCD_RAM_REGISTER_INDEX(RAMRegisterIndex)); in LCD_ClearBit()
356 if (RAMRegisterIndex > LCD_RAM2_COM7) in LCD_ClearBit()
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_lcd.c379 HAL_StatusTypeDef HAL_LCD_Write(LCD_HandleTypeDef *hlcd, uint32_t RAMRegisterIndex, uint32_t RAMReg… in HAL_LCD_Write() argument
386 assert_param(IS_LCD_RAM_REGISTER(RAMRegisterIndex)); in HAL_LCD_Write()
413 MODIFY_REG(hlcd->Instance->RAM[RAMRegisterIndex], ~(RAMRegisterMask), Data); in HAL_LCD_Write()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_lcd.h703 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);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_lcd.h703 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);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_lcd.h710 HAL_StatusTypeDef HAL_LCD_Write(LCD_HandleTypeDef *hlcd, uint32_t RAMRegisterIndex, uint32_t RA…

Completed in 39 milliseconds