Home
last modified time | relevance | path

Searched refs:allow (Results 101 – 125 of 402) sorted by relevance

12345678910>>...17

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan_aux.c849 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/
Dindex.rst21 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/
DKconfig.icmsg10 This option is enabled by default to allow to use sending API from
/Zephyr-latest/drivers/flash/
DKconfig.nrf79 the multiplication would allow erasing all nRF flash pages in
DKconfig.nor59 This is the wait delay (in us) to allow for CS switching to take effect
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.saml2x7 bool "Insert a pause at boot, to allow a debugger to attach"
/Zephyr-latest/drivers/adc/
DKconfig37 # allow a configurable voltage bias pin.
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc11u6x.dtsi47 * For some reasons, the IAP commands don't allow to
/Zephyr-latest/tests/drivers/build_all/sensor/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst8 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/
DKconfig.thread127 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/
DKconfig159 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/
Dindex.rst163 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/
Dsystem_threads.rst39 yields the CPU to allow the application's other threads to run when
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst29 attributes for that region to not allow write access. If invalid accesses
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst58 :kconfig:option:`CONFIG_DEBUG` could be enabled to allow debug. Note that debug mode prevents
/Zephyr-latest/cmake/sca/codechecker/
Dsca.cmake86 || ${CMAKE_COMMAND} -E true # allow to continue processing results
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/doc/
Dindex.rst9 BlueNRG-M2SP RF module to allow expansion of the STM32 Nucleo boards.
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst50 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/
Drunner.py1255 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/
Dcondvar.rst31 of those waiting threads and thus allow them to continue by signaling on
/Zephyr-latest/boards/innblue/innblue21/doc/
Dindex.rst94 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
/Zephyr-latest/boards/innblue/innblue22/doc/
Dindex.rst94 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
/Zephyr-latest/boards/holyiot/yj16019/doc/
Dindex.rst120 There are 2 samples that allow you to test that the button and LED on
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst19 fewer nodes on the bus may allow to reach larger bus extents.

12345678910>>...17