/Zephyr-Core-3.7.0/drivers/rtc/ |
D | Kconfig.pcf8523 | 26 Offset correction is made once per two hours and then correction pulses are applied once 32 Offset correction is made once per minute and then correction pulses are applied once per
|
/Zephyr-Core-3.7.0/samples/net/secure_mqtt_sensor_actuator/ |
D | Kconfig | 38 bool "QoS 0 / At most once delivery" 43 bool "QoS 1 / At least once delivery" 48 bool "QoS 2 / Exactly once delivery" 50 Acknowledgment expected and message shall be published only once.
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/mocks/ |
D | smp_expects.h | 13 * - bt_smp_le_oob_generate_sc_data() to be called once with correct parameters 29 * - bt_smp_le_oob_set_tk() to be called once with correct parameters 37 * - bt_smp_le_oob_set_sc_data() to be called once with correct parameters 47 * - bt_smp_le_oob_get_sc_data() to be called once with correct parameters
|
D | hci_core_expects.h | 13 * - bt_unpair() to be called once with correct parameters 29 * - bt_hci_cmd_create() to be called once with correct parameters 45 * - bt_hci_cmd_send_sync() to be called once with correct parameters
|
D | smp_expects.c | 17 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_generate_sc_data() 32 zassert_equal(bt_smp_le_oob_set_tk_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_smp_le_oob_set_tk() 48 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_set_sc_data() 65 "'%s()' was called more than once", func_name); in expect_single_call_bt_smp_le_oob_get_sc_data()
|
D | adv_expects.h | 13 * - bt_le_adv_lookup_legacy() to be called once with correct parameters 29 * - bt_le_ext_adv_foreach() to be called once with correct parameters
|
D | settings_expects.c | 16 zassert_equal(bt_settings_store_id_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_settings_store_id() 32 zassert_equal(bt_settings_store_irk_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_settings_store_irk()
|
D | settings_expects.h | 13 * - bt_settings_store_id() to be called once with correct parameters 29 * - bt_settings_store_irk() to be called once with correct parameters
|
D | hci_core_expects.c | 17 zassert_equal(bt_unpair_fake.call_count, 1, "'%s()' was called more than once", func_name); in expect_single_call_bt_unpair() 42 zassert_equal(bt_hci_cmd_create_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_hci_cmd_create() 63 zassert_equal(bt_hci_cmd_send_sync_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_hci_cmd_send_sync()
|
D | keys_expects.h | 13 * - bt_keys_find_irk() to be called once with correct parameters 29 * - bt_keys_foreach_type() to be called once with correct parameters
|
D | net_buf_expects.h | 13 * - net_buf_unref() to be called once with correct parameters 29 * - net_buf_simple_add() to be called once with correct parameters
|
D | conn_expects.h | 13 * - bt_conn_lookup_state_le() to be called once with correct parameters 30 * - bt_conn_unref() to be called once with correct parameters
|
D | adv_expects.c | 17 "'%s()' was called more than once", func_name); in expect_single_call_bt_le_adv_lookup_legacy() 32 zassert_equal(bt_le_ext_adv_foreach_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_bt_le_ext_adv_foreach()
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/crypto/mocks/ |
D | hmac_prng_expects.h | 13 * - tc_hmac_prng_init() to be called once with correct parameters 21 * - tc_hmac_prng_reseed() to be called once with correct parameters 30 * - tc_hmac_prng_generate() to be called once with correct parameters
|
D | hmac_prng_expects.c | 15 zassert_equal(tc_hmac_prng_init_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_tc_hmac_prng_init() 31 zassert_equal(tc_hmac_prng_reseed_fake.call_count, 1, "'%s()' was called more than once", in expect_single_call_tc_hmac_prng_reseed() 53 "'%s()' was called more than once", func_name); in expect_call_count_tc_hmac_prng_generate()
|
/Zephyr-Core-3.7.0/samples/boards/mimxrt595_evk/system_off/ |
D | README.rst | 109 blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61 113 blhost -u 0x1fc9,0x0023 -- efuse-program-once 0x61 0x164000 116 blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61 126 >blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61 127 Inject command 'efuse-read-once' 132 >blhost -u 0x1fc9,0x0023 -- efuse-program-once 0x61 0x164000 133 Inject command 'efuse-program-once' 134 Successful generic response to command 'efuse-program-once' 137 >blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61 138 Inject command 'efuse-read-once'
|
/Zephyr-Core-3.7.0/doc/build/flashing/ |
D | configuration.rst | 10 might want to only allow the ``--erase`` argument to be used once for all of the cores in the SoC 38 means that the command will be ran once with the first image flashing process per set of board 39 targets, or to ``last`` which will be ran once for the final image flash per set of board targets. 42 command will only be used once for any board targets which used the nRF5340 SoC application or 86 applications, the run once configuration will not be used. When flashing a sysbuild project with 87 multiple images, the flash runner run once configuration will be applied. 97 Once built with an nrf5340dk connected, the following command can be used to flash the board with
|
/Zephyr-Core-3.7.0/dts/bindings/watchdog/ |
D | xlnx,xps-timebase-wdt-1.00.a.yaml | 24 xlnx,wdt-enable-once: 25 description: Indicates whether WDT can only be enabled once and not disabled
|
/Zephyr-Core-3.7.0/scripts/schemas/ |
D | board-schema.yml | 87 Allows for restricting west flash commands when using sysbuild to run once per given 94 A dictionary of commands which should be limited to running once per invocation 104 If first, will run this command once when the first image is flashed, if 105 last, will run this command once when the final image is flashed.
|
D | soc-schema.yml | 79 Allows for restricting west flash commands when using sysbuild to run once per given 86 A dictionary of commands which should be limited to running once per invocation 96 If first, will run this command once when the first image is flashed, if 97 last, will run this command once when the final image is flashed.
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/keys/mocks/ |
D | settings_store_expects.h | 13 * - bt_settings_delete_keys() to be called once with correct parameters 21 * - bt_settings_store_keys() to be called once with correct parameters
|
D | settings_expects.h | 13 * - bt_settings_encode_key() to be called once with correct parameters 22 * - bt_settings_encode_key() to be called once with correct parameters
|
/Zephyr-Core-3.7.0/dts/bindings/arm/ |
D | nordic,nrf-uicr.yaml | 20 This setting, once applied, can only be unset by erasing the UICR 31 This setting, once applied, can only be unset by erasing the UICR
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/ecc/mocks/ |
D | hci_core_expects.h | 13 * - bt_hci_cmd_create() to be called once with correct parameters 29 * - bt_hci_cmd_send_sync() to be called once with correct parameters
|
/Zephyr-Core-3.7.0/samples/drivers/charger/ |
D | README.rst | 19 - Once the charger device reports that the charge cycle has completed, the application returns. 21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
|