Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nordic/npm2100_vbat/
Dnpm2100_vbat.c23 #define BOOST_CTRLSET 0x2AU macro
462 ret = i2c_reg_write_byte_dt(&config->i2c, BOOST_CTRLSET, in npm2100_vbat_attr_set()
513 return i2c_reg_write_byte_dt(&config->i2c, BOOST_CTRLSET, 0x10U); in npm2100_vbat_init()
/Zephyr-latest/drivers/regulator/
Dregulator_npm2100.c29 #define BOOST_CTRLSET 0x2AU macro
320 return i2c_reg_write_byte_dt(&config->i2c, BOOST_CTRLSET, BIT(3)); in regulator_npm2100_set_current()