mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-19 16:12:39 +00:00
feat(dsi): add mipi dsi hal+ll layer driver
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user