Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 90) sorted by relevance

1234

/Zephyr-Core-2.7.6/
D.uncrustify.cfg39 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/
Dintc_esp32.c264 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/
Dsoc_flash_nrf_ticker.c57 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/
Dnrfjprog.py45 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/
Dsubstitutions.txt1 .. |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/
Dtags.sh121 --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/
Dull_sync_iso.c49 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()
Dull_periph_internal.h11 uint32_t remainder, uint16_t lazy, uint8_t force,
Dull_central_internal.h12 uint32_t remainder, uint16_t lazy, uint8_t force,
Dull_sync.c56 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;
Dull_adv_iso.c51 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()
Dlll_common.c56 if (prepare_param->force) { in lll_prepare()
Dull_peripheral.c207 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;
Dull_conn_iso.c39 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/
Dticker.h101 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,
Dticker.c39 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/
DKconfig9 Use this to force an existing file system to be created.
/Zephyr-Core-2.7.6/scripts/west_commands/tests/
Dtest_build.py47 force=False, help=None, target=None, verbose=3, version=False,
/Zephyr-Core-2.7.6/samples/subsys/nvs/
DCMakeLists.txt6 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
/Zephyr-Core-2.7.6/scripts/west_commands/
Dzephyr_ext_common.py45 if not (cond or self.args.force):
/Zephyr-Core-2.7.6/samples/modules/canopennode/
DCMakeLists.txt7 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
/Zephyr-Core-2.7.6/drivers/sensor/nrf5/
DKconfig10 This option can be enabled to force an alternative implementation
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dlpn.h50 void bt_mesh_lpn_disable(bool force);
Drpl.c67 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/
DKconfig.sam_gmac38 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

1234