Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_adp5360.c33 #define ADP5360_BUCK_CFG_EN_MSK BIT(0) macro
176 return i2c_reg_update_byte_dt(&config->i2c, config->desc->cfg_reg, ADP5360_BUCK_CFG_EN_MSK, in regulator_adp5360_enable()
184 return i2c_reg_update_byte_dt(&config->i2c, config->desc->cfg_reg, ADP5360_BUCK_CFG_EN_MSK, in regulator_adp5360_disable()
268 return regulator_common_init(dev, (val & ADP5360_BUCK_CFG_EN_MSK) != 0U); in regulator_adp5360_init()