Searched refs:en_device_config (Results 1 – 6 of 6) sorted by relevance
669 lis2dux12_en_device_config_t en_device_config = {0}; in lis2dux12_exit_deep_power_down() local672 en_device_config.soft_pd = PROPERTY_ENABLE; in lis2dux12_exit_deep_power_down()673 ret = lis2dux12_write_reg(ctx, LIS2DUX12_EN_DEVICE_CONFIG, (uint8_t *)&en_device_config, 1); in lis2dux12_exit_deep_power_down()
1969 lis2dux12_en_device_config_t en_device_config; member
674 lis2duxs12_en_device_config_t en_device_config = {0}; in lis2duxs12_exit_deep_power_down() local677 en_device_config.soft_pd = PROPERTY_ENABLE; in lis2duxs12_exit_deep_power_down()678 ret = lis2duxs12_write_reg(ctx, LIS2DUXS12_EN_DEVICE_CONFIG, (uint8_t *)&en_device_config, 1); in lis2duxs12_exit_deep_power_down()
1990 lis2duxs12_en_device_config_t en_device_config; member
784 st1vafe3bx_en_device_config_t en_device_config = {0}; in st1vafe3bx_exit_deep_power_down() local787 en_device_config.en_dev_conf = PROPERTY_ENABLE; in st1vafe3bx_exit_deep_power_down()789 (uint8_t *)&en_device_config, 1); in st1vafe3bx_exit_deep_power_down()
1900 st1vafe3bx_en_device_config_t en_device_config; member