feat(dsi): add mipi dsi hal+ll layer driver

This commit is contained in:
morris
2023-12-01 10:48:43 +08:00
parent e4aa5667f1
commit 44e856703c
17 changed files with 1918 additions and 17 deletions

View File

@@ -37,9 +37,10 @@ typedef enum {
} lcd_ll_swizzle_mode_t;
/**
* @brief Enable or disable the bus clock for the LCD module
* @brief Enable the bus clock for LCD module
*
* @param set_bit True to set bit, false to clear bit
* @param group_id Group ID
* @param enable true to enable, false to disable
*/
static inline void lcd_ll_enable_bus_clock(int group_id, bool enable)
{
@@ -53,6 +54,8 @@ static inline void lcd_ll_enable_bus_clock(int group_id, bool enable)
/**
* @brief Reset the LCD module
*
* @param group_id Group ID
*/
static inline void lcd_ll_reset_register(int group_id)
{