Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/sensor/fxas21002/
Dfxas21002.c196 uint8_t whoami; in fxas21002_init() local
211 FXAS21002_REG_WHOAMI, &whoami)) { in fxas21002_init()
216 if (whoami != config->whoami) { in fxas21002_init()
218 whoami, config->whoami); in fxas21002_init()
295 .whoami = CONFIG_FXAS21002_WHOAMI,
Dfxas21002.h67 uint8_t whoami; member
/Zephyr-Core-2.7.6/drivers/sensor/fxos8700/
Dfxos8700.c446 FXOS8700_REG_WHOAMI, &data->whoami)) { in fxos8700_init()
451 switch (data->whoami) { in fxos8700_init()
458 data->whoami); in fxos8700_init()
463 LOG_DBG("Device ID 0x%x", data->whoami); in fxos8700_init()
466 LOG_ERR("Unknown Device ID 0x%x", data->whoami); in fxos8700_init()
Dfxos8700.h189 uint8_t whoami; member
/Zephyr-Core-2.7.6/doc/guides/tools/
Dnordic_segger.rst99 sudo usermod -a -G dialout `whoami`