Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dqsort.c32 #define A(k) ((uint8_t *)base + size * (k)) macro
62 if (compare(cmp, A(swap), A(child)) < 0) { in sift_down()
67 if (right(root) < end && compare(cmp, A(swap), A(right(root))) < 0) { in sift_down()
75 byteswp(A(root), A(swap), size); in sift_down()
95 byteswp(A(end), A(0), size); in heap_sort()
/Zephyr-latest/boards/silabs/radio_boards/common/
Defr32-series1-common-pinctrl.dtsi13 psels = <GECKO_PSEL(UART_TX, A, 0)>,
14 <GECKO_PSEL(UART_RX, A, 1)>,
33 psels = <GECKO_PSEL(SPIM_SCK, A, 8)>,
34 <GECKO_PSEL(SPIM_MISO, A, 7)>,
35 <GECKO_PSEL(SPIM_MOSI, A, 6)>,
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/
DREADME.rst32 IPC-service HOST [INST 0 - ENDP A] demo started
35 HOST [0A]: 1
36 HOST [0A]: 3
40 HOST [0A]: 99
41 IPC-service HOST [INST 0 - ENDP A] demo ended.
50 IPC-service REMOTE [INST 0 - ENDP A] demo started
53 REMOTE [0A]: 0
54 REMOTE [0A]: 2
56 REMOTE [0A]: 98
57 IPC-service REMOTE [INST 0 - ENDP A] demo ended.
/Zephyr-latest/boards/sipeed/longan_nano/
Dlongan_nano-common.dtsi95 pwctr4 = [8D 6A];
98 frmctr1 = [05 3A 3A];
99 frmctr2 = [05 3A 3A];
100 frmctr3 = [05 3A 3A 05 3A 3A];
102 gamctrp1 = [10 0E 02 03 0E 07 02 07 0A 12 27 37 00 0D 0E 10];
103 gamctrn1 = [10 0E 03 03 0F 06 02 08 0A 13 26 36 00 0D 0E 10];
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/
Dslwrb4321a-pinctrl.dtsi13 psels = <GECKO_PSEL(UART_TX, A, 0)>,
14 <GECKO_PSEL(UART_RX, A, 1)>,
22 psels = <GECKO_PSEL(I2C_SDA, A, 0)>,
23 <GECKO_PSEL(I2C_SCL, A, 1)>,
/Zephyr-latest/scripts/coccinelle/
Dunsigned_shift.cocci11 expression A;
14 - (1 << A)
15 + BIT(A)
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst268 0 1 2 3 4 5 6 7 8 9 A B C D E F
269 00000000 D2 84 43 A1 01 26 A0 59 01 D5 AA 3A 00 01 24 FF ..C..&.Y...:..$.
274 00000050 EE FF 3A 00 01 24 FB 58 20 A0 A1 A2 A3 A4 A5 A6 ..:..$.X .......
276 00000070 B7 B8 B9 BA BB BC BD BE BF 3A 00 01 25 00 58 21 .........:..%.X!
278 00000090 13 24 8C AE 7A D9 E2 98 4B 90 28 0E FC BC B5 02 .$..z...K.(.....
279 000000A0 48 3A 00 01 24 FA 58 20 AA AA AA AA AA AA AA AA H:..$.X ........
281 000000C0 DD DD DD DD DD DD DD DD 3A 00 01 24 F8 20 3A 00 ........:..$. :.
282 000000D0 01 24 F9 19 30 00 3A 00 01 24 FD 82 A5 01 63 53 .$..0.:..$....cS
285 00000100 56 5D A2 6A DF 34 C3 29 48 9A DC 38 06 66 53 48 V].j.4.)H..8.fSH
286 00000110 41 32 35 36 02 58 20 6D E1 0F 82 E0 CF FC 84 5A A256.X m.......Z
[all …]
/Zephyr-latest/samples/drivers/uart/passthrough/
DREADME.rst22 #. A second UART connected to something interesting (e.g: GPS), identified as
46 $GNGSA,A,3,31,29,25,26,,,,,,,,,11.15,10.66,3.29,1*06
47 $GNGSA,A,3,,,,,,,,,,,,,11.15,10.66,3.29,2*0F
48 $GNGSA,A,3,,,,,,,,,,,,,11.15,10.66,3.29,3*0E
49 $GNGSA,A,3,,,,,,,,,,,,,11.15,10.66,3.29,4*09
50 $GNGSA,A,3,,,,,,,,,,,,,11.15,10.66,3.29,5*08
/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld14 * 1. Using A.ld to create a linker script A.cmd.
15 * 2. Using A.cmd to generate A_prebuilt.elf.
20 * Since the dependency list of A.cmd contains both
21 * A.ld and B.ld, when make is invoked again, B.ld
22 * is newer than A.cmd so everything from this point on
Dapp_smem_pinned.ld18 * 1. Using A.ld to create a linker script A.cmd.
19 * 2. Using A.cmd to generate A_prebuilt.elf.
24 * Since the dependency list of A.cmd contains both
25 * A.ld and B.ld, when make is invoked again, B.ld
26 * is newer than A.cmd so everything from this point on
/Zephyr-latest/kernel/
DKconfig.init14 A custom hook soc_reset_hook() is executed at the beginning of the
22 A custom hook soc_prep_hook() is executed at the beginning of the
30 A custom SoC hook soc_early_init_hook() is executed before the kernel and
38 A custom SoC hook soc_late_init_hook() is executed after the kernel and
46 A custom SoC hook soc_per_core_init_hook() is executeds at the end of
55 A custom board hook board_early_init_hook() is executed before the kernel and
63 A custom board hook board_late_init_hook() is executed after the kernel and
/Zephyr-latest/tests/drivers/pinctrl/gd32/boards/
Dgd32f403z_eval.overlay22 pinmux = <GD32_PINMUX_AFIO('A', 0, ANALOG, NORMP)>,
27 pinmux = <GD32_PINMUX_AFIO('A', 3, GPIO_IN, TEST_DEVICE_RMP)>,
35 pinmux = <GD32_PINMUX_AFIO('A', 6, GPIO_IN, NORMP)>;
47 pinmux = <GD32_PINMUX_AFIO('A', 9, GPIO_IN, NORMP)>;
59 pinmux = <GD32_PINMUX_AFIO('A', 12, ALTERNATE, NORMP)>;
Dgd32f450i_eval.overlay20 pinmux = <GD32_PINMUX_AF('A', 0, AF0)>,
28 pinmux = <GD32_PINMUX_AF('A', 3, AF3)>;
40 pinmux = <GD32_PINMUX_AF('A', 6, AF6)>;
52 pinmux = <GD32_PINMUX_AF('A', 9, AF9)>;
/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst48 Voltage: 0.000000V; Current: 0.000000A
53 Voltage: 0.000000V; Current: 0.000000A
61 Voltage: 0.677040V; Current: 0.000014A
66 Voltage: 0.675428V; Current: 0.000014A
71 Voltage: 0.677040V; Current: 0.000014A
76 Voltage: 0.677040V; Current: 0.000014A
81 Voltage: 0.677040V; Current: 0.000014A
86 Voltage: 0.677040V; Current: 0.000014A
/Zephyr-latest/doc/kernel/services/synchronization/
Dsemaphores.rst6 A :dfn:`semaphore` is a kernel object that implements a traditional
19 A semaphore has the following key properties:
21 * A **count** that indicates the number of times the semaphore can be taken.
22 A count of zero indicates that the semaphore is unavailable.
24 * A **limit** that indicates the maximum value the semaphore's count
27 A semaphore must be initialized before it can be used. Its count must be set
30 A semaphore may be **given** by a thread or an ISR. Giving the semaphore
33 A semaphore may be **taken** by a thread. Taking the semaphore
57 A semaphore is defined using a variable of type :c:struct:`k_sem`.
81 A semaphore is given by calling :c:func:`k_sem_give`.
[all …]
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D002_enhancement.md12 A clear and concise description of what the problem is.
17 A clear and concise description of what you want to happen.
22 A clear and concise description of any alternative solutions or features you've considered.
D004_feature_request.md12 A clear and concise description of what the problem is.
17 A clear and concise description of what you want to happen.
22 A clear and concise description of any alternative solutions or features you've considered.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst75 …- `MSC09-C <https://wiki.sei.cmu.edu/confluence/display/c/MSC09-C.+Character+encoding%3A+Use+subs…
82 - N/A
89 - N/A
96 - N/A
103 - N/A
124 - N/A
131 - N/A
143 … - A function should be used in preference to a function-like macro where they are interchangeable
160 - N/A
174 - N/A
[all …]
/Zephyr-latest/modules/trusted-firmware-a/
DKconfig8 bool "Build with TF-A as the Secure Execution Environment"
11 additionally generate a TF-A image for the Secure Execution
20 When enabled, the build type of TF-A would be debug.
/Zephyr-latest/boards/nordic/nrf52dk/doc/
Dindex.rst143 | 1 | VDD | N/A |
147 | 3 | GND | N/A |
151 | 5 | GND | N/A |
156 | 7 | Cut off | N/A |
158 | 8 | Cut off | N/A |
160 | 9 | GND | N/A |
246 | 1 | VDD | N/A |
248 | 2 | VDD | N/A |
252 | 4 | VDD | N/A |
254 | 5 | V5V | N/A |
[all …]
/Zephyr-latest/boards/qemu/cortex_a53/doc/
Dindex.rst83 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
105 1. (ID050815) ARM® Cortex®-A Series - Programmer’s Guide for ARMv8-A
106 2. (ID070919) Arm® Architecture Reference Manual - Armv8, for Armv8-A architecture profile
107 3. (ARM DAI 0527A) Application Note Bare-metal Boot Code for ARMv8-A Processors
109 5. Fundamentals of ARMv8-A
/Zephyr-latest/drivers/sensor/microchip/mcp970x/
DKconfig8 bool "MCP9700/9700A and MCP9701/9701A sensor"
/Zephyr-latest/boards/openisa/rv32m1_vega/
Drv32m1_vega_openisa_rv32m1-pinctrl.dtsi63 pinmux = <RV32M1_MUX('A', 22, 6)>,
64 <RV32M1_MUX('A', 23, 6)>,
65 <RV32M1_MUX('A', 24, 6)>;
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/
Dsltb004a-pinctrl.dtsi14 psels = <GECKO_PSEL(UART_RX, A, 1)>,
19 psels = <GECKO_PSEL(UART_TX, A, 0)>,
/Zephyr-latest/dts/arm/silabs/
Defr32xg13p-pinctrl.dtsi14 psels = <GECKO_PSEL(UART_RX, A, 1)>,
19 psels = <GECKO_PSEL(UART_TX, A, 0)>,

12345678910>>...47