Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/lps2xdf/
Dilps22qs.c116 if (id.whoami != ILPS22QS_ID) { in st_ilps22qs_init()
117 LOG_ERR("%s: Invalid chip ID 0x%02x", dev->name, id.whoami); in st_ilps22qs_init()
121 LOG_DBG("%s: chip id 0x%x", dev->name, id.whoami); in st_ilps22qs_init()
Dlps22df.c194 if (id.whoami != LPS22DF_ID) { in st_lps22df_init()
195 LOG_ERR("%s: Invalid chip ID 0x%02x", dev->name, id.whoami); in st_lps22df_init()
199 LOG_DBG("%s: chip id 0x%x", dev->name, id.whoami); in st_lps22df_init()
Dlps28dfw.c201 if (id.whoami != LPS28DFW_ID) { in st_lps28dfw_init()
202 LOG_ERR("%s: Invalid chip ID 0x%02x", dev->name, id.whoami); in st_lps28dfw_init()
206 LOG_DBG("%s: chip id 0x%x", dev->name, id.whoami); in st_lps28dfw_init()
/Zephyr-latest/drivers/sensor/nxp/fxas21002/
Dfxas21002.c317 uint8_t whoami; in fxas21002_init() local
364 if (config->ops->byte_read(dev, FXAS21002_REG_WHOAMI, &whoami)) { in fxas21002_init()
369 if (whoami != config->whoami) { in fxas21002_init()
371 whoami, config->whoami); in fxas21002_init()
467 .whoami = CONFIG_FXAS21002_WHOAMI, \
Dfxas21002.h101 uint8_t whoami; member
/Zephyr-latest/drivers/sensor/st/lis2du12/
Dlis2du12.c329 LOG_INF("chip id 0x%x", chip_id.whoami); in lis2du12_init_chip()
331 if (chip_id.whoami != LIS2DU12_ID) { in lis2du12_init_chip()
332 LOG_ERR("Invalid chip id 0x%x", chip_id.whoami); in lis2du12_init_chip()
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
Dfxos8700.c576 &data->whoami)) { in fxos8700_init()
581 switch (data->whoami) { in fxos8700_init()
588 data->whoami); in fxos8700_init()
593 LOG_DBG("Device ID 0x%x", data->whoami); in fxos8700_init()
596 LOG_ERR("Unknown Device ID 0x%x", data->whoami); in fxos8700_init()
Dfxos8700.h224 uint8_t whoami; member
/Zephyr-latest/drivers/sensor/nxp/fxls8974/
Dfxls8974.c491 &data->whoami)) { in fxls8974_init()
496 if (data->whoami == WHOAMI_ID_FXLS8974) { in fxls8974_init()
497 LOG_DBG("Device ID 0x%x, FXLS8974", data->whoami); in fxls8974_init()
499 LOG_ERR("Unknown Device ID 0x%x", data->whoami); in fxls8974_init()
Dfxls8974.h141 uint8_t whoami; member
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670.c1068 #define ICM42670_DEFINE(inst, name, whoami) \ argument
1071 .imu_whoami = whoami, \
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst99 sudo usermod -a -G dialout `whoami`