bmp380_set_mode
ret = bmp380_set_mode(data, BMP280_SLEEP);
ret = bmp380_set_mode(data, BMP280_NORMAL);
.set_mode = bmp380_set_mode,