Searched refs:allow (Results 101 – 125 of 402) sorted by relevance
12345678910>>...17
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan_aux.c | 849 bool allow; in isr_rx() local 851 allow = lll_scan_isr_rx_check(lll, irkmatch_ok, devmatch_ok, in isr_rx() 856 } else if (allow || lll->is_sync) { in isr_rx() 857 devmatch_ok = allow ? 1U : 0U; in isr_rx() 859 } else if (!allow) { in isr_rx()
|
/Zephyr-latest/doc/kernel/object_cores/ |
D | index.rst | 21 linked together via a singly linked list. Together, this can allow debugging 43 A variety of kernel objects allow for the gathering and reporting of statistics.
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 10 This option is enabled by default to allow to use sending API from
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf | 79 the multiplication would allow erasing all nRF flash pages in
|
D | Kconfig.nor | 59 This is the wait delay (in us) to allow for CS switching to take effect
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.saml2x | 7 bool "Insert a pause at boot, to allow a debugger to attach"
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig | 37 # allow a configurable voltage bias pin.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_lpc11u6x.dtsi | 47 * For some reasons, the IAP commands don't allow to
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 8 This feature will allow relocating .text, .rodata, .data, and .bss sections from 151 destination memory region is configured to allow code execution.
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 127 To allow end devices (EDs) in a Thread network to inform their 134 To allow end devices (EDs) in a Thread network to switch to a
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 159 If this is enabled, then the user can allow the HTTP connection to be 179 allow any existing connections to finalize to avoid binding errors
|
/Zephyr-latest/boards/nordic/nrf9131ek/doc/ |
D | index.rst | 163 have to set the IDAU (SPU) configuration to allow Non-Secure access to all 211 There are 2 samples that allow you to test that the button and LED on
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 39 yields the CPU to allow the application's other threads to run when
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 29 attributes for that region to not allow write access. If invalid accesses
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/ |
D | README.rst | 58 :kconfig:option:`CONFIG_DEBUG` could be enabled to allow debug. Note that debug mode prevents
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 86 || ${CMAKE_COMMAND} -E true # allow to continue processing results
|
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/ |
D | index.rst | 9 BlueNRG-M2SP RF module to allow expansion of the STM32 Nucleo boards.
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 50 not guarantee that the ring buffer will stay empty; flushing it may allow a 57 The kernel does allow for an ISR to flush a pipe from an ISR. It also
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 1255 allow = [ 1271 allow += additional_keep 1274 allow += [os.path.join('twister', 'testsuite_extra.conf')] 1276 allow = [os.path.join(self.instance.build_dir, file) for file in allow] 1281 if path not in allow: 1310 allow = [ 1318 return allow
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | condvar.rst | 31 of those waiting threads and thus allow them to continue by signaling on
|
/Zephyr-latest/boards/innblue/innblue21/doc/ |
D | index.rst | 94 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
|
/Zephyr-latest/boards/innblue/innblue22/doc/ |
D | index.rst | 94 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
|
/Zephyr-latest/boards/holyiot/yj16019/doc/ |
D | index.rst | 120 There are 2 samples that allow you to test that the button and LED on
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | w1.rst | 19 fewer nodes on the bus may allow to reach larger bus extents.
|
12345678910>>...17