Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.c357 if (cfg->hw.is_lsm303agr_dev) { in lis2dh_init()
571 .hw = { .is_lsm303agr_dev = IS_LSM303AGR_DEV(inst), \
594 .hw = { .is_lsm303agr_dev = IS_LSM303AGR_DEV(inst), \
Dlis2dh.h226 bool is_lsm303agr_dev : 1; member