/Zephyr-Core-2.7.6/ |
D | .uncrustify.cfg | 39 sp_before_sparen = force # "if (" vs "if(" 40 sp_after_sparen = force # "if () {" vs "if (){" 54 sp_else_brace = add # ignore/add/remove/force 55 sp_before_ptr_star = add # ignore/add/remove/force 56 sp_after_ptr_star = remove # ignore/add/remove/force 57 sp_between_ptr_star = remove # ignore/add/remove/force 61 sp_brace_else = add # ignore/add/remove/force 80 sp_pp_concat = ignore # ignore/add/remove/force
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_esp32.c | 264 static bool is_vect_desc_usable(struct vector_desc_t *vd, int flags, int cpu, int force) in is_vect_desc_usable() argument 273 if (interrupt_controller_hal_get_cpu_desc_flags(x, cpu) == INTDESC_SPECIAL && force == -1) { in is_vect_desc_usable() 339 static int get_available_int(int flags, int cpu, int force, int source) in get_available_int() argument 362 if (force != -1 && force != vd->intno) { in get_available_int() 364 "existing intno: %d, force: %d", __func__, vd->intno, force); in get_available_int() 365 } else if (!is_vect_desc_usable(vd, flags, cpu, force)) { in get_available_int() 372 if (force != -1) { in get_available_int() 374 "Cpu: %d, Source: %d, Force: %d", __func__, cpu, source, force); in get_available_int() 376 vd = find_desc_for_int(force, cpu); in get_available_int() 379 empty_vect_desc.intno = force; in get_available_int() [all …]
|
/Zephyr-Core-2.7.6/drivers/flash/ |
D | soc_flash_nrf_ticker.c | 57 uint16_t lazy, uint8_t force, in time_slot_callback_work() argument 126 uint16_t lazy, uint8_t force, in time_slot_callback_abort() argument 139 uint16_t lazy, uint8_t force, in time_slot_callback_prepare() argument 144 force, context); in time_slot_callback_prepare()
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | nrfjprog.py | 45 tool_opt=[], force=False, recover=False): argument 52 self.force = force 95 tool_opt=args.tool_opt, force=args.force, 213 return self.force or self.erase or self.recover
|
/Zephyr-Core-2.7.6/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
|
/Zephyr-Core-2.7.6/scripts/ |
D | tags.sh | 121 --langdef=kconfig --language-force=kconfig \ 125 --langdef=kconfig --language-force=kconfig \ 129 --langdef=dotconfig --language-force=dotconfig \
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso.c | 49 uint32_t remainder, uint16_t lazy, uint8_t force, 311 uint32_t remainder, uint16_t lazy, uint8_t force, in ticker_cb() argument 336 p.force = force; in ticker_cb()
|
D | ull_periph_internal.h | 11 uint32_t remainder, uint16_t lazy, uint8_t force,
|
D | ull_central_internal.h | 12 uint32_t remainder, uint16_t lazy, uint8_t force,
|
D | ull_sync.c | 56 uint32_t remainder, uint16_t lazy, uint8_t force, 628 uint8_t force; local 670 force = 0U; 679 force = 1U; 690 if ((force) || (skip_event != lll->skip_event)) { 695 if (ticks_drift_plus || ticks_drift_minus || lazy || force) { 709 force, ticker_update_sync_op_cb, sync); 868 uint32_t remainder, uint16_t lazy, uint8_t force, argument 889 p.force = force;
|
D | ull_adv_iso.c | 51 uint32_t remainder, uint16_t lazy, uint8_t force, 429 uint32_t remainder, uint16_t lazy, uint8_t force, in ticker_cb() argument 454 p.force = force; in ticker_cb()
|
D | lll_common.c | 56 if (prepare_param->force) { in lll_prepare()
|
D | ull_peripheral.c | 207 memcpy((void *)&conn->periph.force, &lll->access_addr[0], 208 sizeof(conn->periph.force)); 460 uint32_t remainder, uint16_t lazy, uint8_t force, argument 518 p.force = force;
|
D | ull_conn_iso.c | 39 uint32_t remainder, uint16_t lazy, uint8_t force, 443 uint32_t remainder, uint16_t lazy, uint8_t force, in ticker_resume_cb() argument 460 resume_event->prepare_param.force = force; in ticker_resume_cb()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 101 uint16_t lazy, uint8_t force, 144 uint32_t ticks_slot_minus, uint16_t lazy, uint8_t force, 200 uint16_t lazy, uint8_t force,
|
D | ticker.c | 39 uint8_t force; /* If non-zero, node timeout should member 159 uint8_t force; /* Force update */ member 797 uint8_t next_force = (ticker_next->force > ticker->force); 1003 ticker->force, 1011 ticker->force = 0U; 1259 if (user_op->params.update.force != 0U) { 1260 ticker->force = user_op->params.update.force; 1446 (user_op->params.update.force == 0U))) { 1663 ticker->force = 0U; 1738 ticker->force = 1U; [all …]
|
/Zephyr-Core-2.7.6/samples/subsys/fs/littlefs/ |
D | Kconfig | 9 Use this to force an existing file system to be created.
|
/Zephyr-Core-2.7.6/scripts/west_commands/tests/ |
D | test_build.py | 47 force=False, help=None, target=None, verbose=3, version=False,
|
/Zephyr-Core-2.7.6/samples/subsys/nvs/ |
D | CMakeLists.txt | 6 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | zephyr_ext_common.py | 45 if not (cond or self.args.force):
|
/Zephyr-Core-2.7.6/samples/modules/canopennode/ |
D | CMakeLists.txt | 7 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
|
/Zephyr-Core-2.7.6/drivers/sensor/nrf5/ |
D | Kconfig | 10 This option can be enabled to force an alternative implementation
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | lpn.h | 50 void bt_mesh_lpn_disable(bool force);
|
D | rpl.c | 67 static void schedule_rpl_store(struct bt_mesh_rpl *entry, bool force) in schedule_rpl_store() argument 71 if (force in schedule_rpl_store()
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | Kconfig.sam_gmac | 38 This option is meant to be used only for debugging. Use it to force all 45 int "Queue to force the packets to" 54 Which queue to force the routing to. This affects both the TX and RX queues
|