Home
last modified time | relevance | path

Searched refs:operation_mode (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/
Dvcnl36825t.c90 if (config->operation_mode == VCNL36825T_OPERATION_MODE_AUTO) { in vcnl36825t_pm_action()
116 if (config->operation_mode == VCNL36825T_OPERATION_MODE_AUTO) { in vcnl36825t_pm_action()
167 if (config->operation_mode == VCNL36825T_OPERATION_MODE_FORCE) { in vcnl36825t_sample_fetch()
398 if (config->operation_mode == VCNL36825T_OPERATION_MODE_FORCE) { in vcnl36825t_init_registers()
553 BUILD_ASSERT(!DT_INST_PROP(inst, low_power) || (DT_INST_ENUM_IDX(inst, operation_mode) == \
559 .operation_mode = DT_INST_ENUM_IDX(inst, operation_mode), \
Dvcnl36825t.h296 enum vcnl36825t_operation_mode operation_mode; member
/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c59 uint8_t operation_mode; member
541 if (drv_cfg->operation_mode == TMAG5273_DT_OPER_MODE_STANDBY) { in tmag5273_sample_fetch()
983 if (drv_cfg->operation_mode == TMAG5273_DT_OPER_MODE_CONTINUOUS) { in tmag5273_init_device_config()
1237 .operation_mode = DT_INST_PROP(inst, operation_mode), \