fix(ulp): enable astyle linter and format ULP component
This commit is contained in:
@@ -26,7 +26,6 @@ typedef struct {
|
||||
bool scl_pullup_en; /*!< SCL line enable internal pullup. Can be configured if external pullup is not used. */
|
||||
} lp_core_i2c_pin_cfg_t;
|
||||
|
||||
|
||||
/**
|
||||
* @brief LP Core I2C timing config parameters
|
||||
*/
|
||||
@@ -34,7 +33,6 @@ typedef struct {
|
||||
uint32_t clk_speed_hz; /*!< LP I2C clock speed for master mode */
|
||||
} lp_core_i2c_timing_cfg_t;
|
||||
|
||||
|
||||
/**
|
||||
* @brief LP Core I2C config parameters
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#define ULP_LP_CORE_WAKEUP_SOURCE_HP_CPU BIT(0) // Started by HP core (1 single wakeup)
|
||||
#define ULP_LP_CORE_WAKEUP_SOURCE_LP_UART BIT(1) // Enable wake-up by a certain number of LP UART RX pulses
|
||||
#define ULP_LP_CORE_WAKEUP_SOURCE_LP_IO BIT(2) // Enable wake-up by LP IO interrupt
|
||||
|
||||
Reference in New Issue
Block a user