Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 55) sorted by relevance

123

/samples/drivers/eeprom/src/
A Dmain.c42 struct perisistant_values values; in main() local
52 rc = eeprom_read(eeprom, EEPROM_SAMPLE_OFFSET, &values, sizeof(values)); in main()
58 if (values.magic != EEPROM_SAMPLE_MAGIC) { in main()
59 values.magic = EEPROM_SAMPLE_MAGIC; in main()
60 values.boot_count = 0; in main()
63 values.boot_count++; in main()
64 printk("Device booted %d times.\n", values.boot_count); in main()
66 rc = eeprom_write(eeprom, EEPROM_SAMPLE_OFFSET, &values, sizeof(values)); in main()
/samples/bluetooth/peripheral_ht/
A DREADME.rst5 Expose a Health Thermometer (HT) GATT Service generating dummy temperature values.
14 die temperature values. On other boards, it will generate dummy temperature
15 values.
/samples/sensor/amg88xx/
A DREADME.rst11 the AMG88XX sensor and displays its values to the serial console.
24 Sample shows values in |deg| C multiplied by 100.
/samples/boards/st/ccm/
A DREADME.rst18 values take up space in the FLASH image.
64 Checking initial variable values: ... PASSED
66 Initial variable values:
77 Variable values after writing:
94 values shown above.
110 Checking initial variable values: ... PASSED
112 Initial variable values:
123 Variable values after writing:
138 values from the last write. It is important to notice that this is not guaranteed,
/samples/bluetooth/peripheral_hr/
A DREADME.rst5 Expose a Heart Rate (HR) GATT Service generating dummy heart-rate values.
12 connects it will generate dummy heart-rate values.
/samples/sensor/co2_polling/
A DREADME.rst15 This sample reads the CO2 sensor and print the values continuously.
/samples/net/common/
A DKconfig24 The VLAN tag can have values between 0 and 4094.
38 The VLAN tag can have values between 0 and 4094.
/samples/boards/microchip/mec15xxevb_assy6853/power_management/
A DREADME.rst32 note:: The values shown above might differ.
/samples/drivers/can/counter/
A DREADME.rst14 received counter values to the console.
64 .. note:: The values shown above might differ.
/samples/sensor/lsm6dsl/
A DREADME.rst13 values for accelerometer and gyroscope, plus optionally the values of
/samples/sensor/ams_iAQcore/
A DREADME.rst12 VOC. The values are fetched and printed every second.
/samples/posix/eventfd/
A DREADME.rst11 and write/read values are output to the console.
/samples/subsys/settings/
A DREADME.rst5 Load and save configuration values using the settings API.
11 configuration module. In this application some configuration values are loaded
/samples/subsys/modbus/tcp_server/
A DREADME.rst68 > client.write_coils address=0 values=0,1,1 slave=1
102 > client.write_registers address=0 values=42,42,42 slave=1
/samples/bluetooth/mesh_demo/
A DREADME.rst13 values. The local unicast address can be set using a NODE_ADDR build
17 Because of the hard-coded values, the application is not suitable for
/samples/modules/tflite-micro/hello_world/
A DREADME.rst13 sine function and generates x values to print alongside the
14 y values predicted by the model. The x values iterate from 0 to
/samples/sensor/icm42605/
A DREADME.rst13 displaying the values on the console along with a timestamp since
/samples/sensor/lsm6dso/
A DREADME.rst12 the values for accelerometer and gyroscope.
/samples/subsys/modbus/rtu_server/
A DREADME.rst48 for example to control relays or to read ADC values via USB connection without
103 > client.write_coils address=0 values=0,1,1 slave=1
137 > client.write_registers address=0 values=42,42,42 slave=1
/samples/net/sockets/coap_client/
A DREADME.rst45 .. note: The values shown above might differ.
/samples/sensor/mpu6050/
A DREADME.rst12 temperature, acceleration, and angular velocity, displaying the values
/samples/arch/smp/pi/
A DREADME.rst24 This project outputs Pi values calculated by each thread and in the end total time
/samples/subsys/canbus/isotp/
A DREADME.rst51 .. note:: The values shown above might differ.
/samples/subsys/console/getchar/
A DREADME.rst40 hex values and in character form. Be sure to press Enter, Up/Down, etc.
/samples/bluetooth/ibeacon/
A DREADME.rst16 Because of the hard-coded values of iBeacon UUID, major, and minor,

Completed in 73 milliseconds

123