Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mfd/
Dmfd_npm2100.c32 #define RESET_WRITESTICKY 0xDBU macro
197 ret = i2c_reg_write_byte_dt(&config->i2c, RESET_WRITESTICKY, RESET_STICKY_PWRBUT); in config_shphold()
358 ret = i2c_reg_write_byte_dt(&config->i2c, RESET_WRITESTICKY, 0); in mfd_npm2100_hibernate()
/Zephyr-latest/drivers/regulator/
Dregulator_npm2100.c52 #define RESET_WRITESTICKY 0xDBU macro
646 int ret = i2c_reg_write_byte_dt(&pconfig->i2c, RESET_WRITESTICKY, 0); in regulator_npm2100_ship_mode()