Searched full:comes (Results 1 – 25 of 233) sorted by relevance
12345678910
/Zephyr-latest/soc/aspeed/ast10x0/ |
D | Kconfig | 22 The non-cached SRAM size in kB. The default value comes from reg[1] 29 The non-cached SRAM base address. The default value comes from
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | shell_module.robot | 8 …# `Prepare Machine` keyword comes from $ZEPHYR_BASE/tests/robot/common.robot file, which is import…
|
/Zephyr-latest/samples/sensor/mcux_lpcmp/ |
D | README.rst | 13 means the input voltage comes from the LPCMP internal DAC, the reference 15 check the reference manual to confirm where this reference voltage comes
|
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/ |
D | Kconfig | 14 channels, and the input of each comparator comes from ADC pin.
|
/Zephyr-latest/.github/workflows/ |
D | errno.yml | 21 # GitHub comes up with a fundamental fix for this problem.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/doc/ |
D | index.rst | 10 The development kit comes with a fully integrated debugger (also known as
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx_emul.c | 278 /* (1 << (31 - shift) >> 12) * 2 (where 2 comes from 2g range) */ in bma4xx_emul_backend_get_sample_range() 285 /* (1 << (31 - shift) >> 12) * 4 (where 4 comes from 4g range) */ in bma4xx_emul_backend_get_sample_range() 292 /* (1 << (31 - shift) >> 12) * 8 (where 8 comes from 8g range) */ in bma4xx_emul_backend_get_sample_range() 299 /* (1 << (31 - shift) >> 12) * 16 (where 16 comes from 16g range) */ in bma4xx_emul_backend_get_sample_range()
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/ |
D | index.rst | 68 This board comes with a Cortex ETM port which facilitates tracing and debugging 69 using a single physical connection. In addition, it comes with sockets for
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | README.rst | 269 * ``--block_size`` comes from ``0x1000-byte blocks`` and is 4096 (0x1000); 270 * ``--block_count`` comes from ``16 0x1000-byte blocks`` and is 16; 271 * ``--cache_size`` comes from the ``ca`` size and is 64; 272 * ``--lookahead_size`` comes from the ``la`` size and is 32
|
/Zephyr-latest/scripts/schemas/twister/ |
D | platform-schema.yaml | 9 # The original spec comes from Zephyr's twister script
|
/Zephyr-latest/arch/arm64/core/ |
D | reset.S | 104 * Ran when the system comes out of reset. The processor is in thread mode with 177 /* loop until our turn comes */
|
/Zephyr-latest/soc/nxp/kinetis/kwx/ |
D | soc_kw4xz.c | 44 /* This function comes from the MCUX SDK:
|
/Zephyr-latest/boards/qorvo/decawave_dwm1001_dev/doc/ |
D | index.rst | 8 connector. In addition, the board comes with J-Link OB adding
|
/Zephyr-latest/boards/qorvo/decawave_dwm3001cdk/doc/ |
D | index.rst | 11 In addition, the board comes with J-Link OB adding debugging and Virtual COM
|
/Zephyr-latest/subsys/rtio/ |
D | rtio_workq.c | 45 /** Initialize work item before using it as it comes in rtio_work_req_alloc()
|
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/ |
D | index.rst | 70 This board comes with a Cortex ETM port which facilitates tracing and debugging 71 using a single physical connection. In addition, it comes with sockets for
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo_fragment.h | 63 * comes in number of fragments. This function will reassemble them all as
|
/Zephyr-latest/tests/bluetooth/tester/ |
D | overlay-le-audio.conf | 38 # were freed too slow. The bt_bap_stream_ops.configured callback comes earlier.
|
/Zephyr-latest/boards/microchip/ev11l78a/doc/ |
D | index.rst | 9 evaluation platform comes in a small form factor and adheres to the
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ns16550 | 100 then TX. If another character comes in before end of TX processing
|
/Zephyr-latest/boards/shields/m5stack_core2_ext/doc/ |
D | index.rst | 9 `M5Stack-Core2`_ comes with a base shield that is connected to the M5Stack
|
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/ |
D | test_wdt.c | 27 * -# If reset comes, the same testcase should be executed but state should 39 * -# If reset comes, the same testcase should be executed but state should be 53 * -# If reset comes, the same testcase should be executed but state should be
|
/Zephyr-latest/arch/arc/core/ |
D | fast_irq.S | 192 /* when USERSPACE is configured, here need to consider the case where firq comes 201 * if firq comes out in kernel mode, the following micro ops will be executed:
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 38 Each role comes with its own build-time configuration option: 150 an application comes in direct contact with it only when using it in the 291 Mesh is a little bit special when it comes to the needed GAP roles. By
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | accel_stream.c | 73 /* Frame iterator values when data comes from a FIFO */ in main()
|
12345678910