| /samples/drivers/eeprom/src/ |
| A D | main.c | 42 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 D | README.rst | 5 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 D | README.rst | 11 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 D | README.rst | 18 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 D | README.rst | 5 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 D | README.rst | 15 This sample reads the CO2 sensor and print the values continuously.
|
| /samples/net/common/ |
| A D | Kconfig | 24 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 D | README.rst | 32 note:: The values shown above might differ.
|
| /samples/drivers/can/counter/ |
| A D | README.rst | 14 received counter values to the console. 64 .. note:: The values shown above might differ.
|
| /samples/sensor/lsm6dsl/ |
| A D | README.rst | 13 values for accelerometer and gyroscope, plus optionally the values of
|
| /samples/sensor/ams_iAQcore/ |
| A D | README.rst | 12 VOC. The values are fetched and printed every second.
|
| /samples/posix/eventfd/ |
| A D | README.rst | 11 and write/read values are output to the console.
|
| /samples/subsys/settings/ |
| A D | README.rst | 5 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 D | README.rst | 68 > 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 D | README.rst | 13 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 D | README.rst | 13 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 D | README.rst | 13 displaying the values on the console along with a timestamp since
|
| /samples/sensor/lsm6dso/ |
| A D | README.rst | 12 the values for accelerometer and gyroscope.
|
| /samples/subsys/modbus/rtu_server/ |
| A D | README.rst | 48 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 D | README.rst | 45 .. note: The values shown above might differ.
|
| /samples/sensor/mpu6050/ |
| A D | README.rst | 12 temperature, acceleration, and angular velocity, displaying the values
|
| /samples/arch/smp/pi/ |
| A D | README.rst | 24 This project outputs Pi values calculated by each thread and in the end total time
|
| /samples/subsys/canbus/isotp/ |
| A D | README.rst | 51 .. note:: The values shown above might differ.
|
| /samples/subsys/console/getchar/ |
| A D | README.rst | 40 hex values and in character form. Be sure to press Enter, Up/Down, etc.
|
| /samples/bluetooth/ibeacon/ |
| A D | README.rst | 16 Because of the hard-coded values of iBeacon UUID, major, and minor,
|