Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 1271) sorted by relevance

12345678910>>...51

/Zephyr-latest/include/zephyr/linker/
Diterable_sections.h16 _CONCAT(_##struct_type, _list_start) = .; \
17 KEEP(*(SORT_BY_NAME(._##struct_type.static.*))); \
18 _CONCAT(_##struct_type, _list_end) = .
21 _CONCAT(_##struct_type, _list_start) = .; \
22 KEEP(*(SORT(._##struct_type.static.*_?_*))); \
23 KEEP(*(SORT(._##struct_type.static.*_??_*))); \
24 _CONCAT(_##struct_type, _list_end) = .
31 _CONCAT(_##struct_type, _list_start) = .; \
32 *(SORT_BY_NAME(._##struct_type.static.*)); \
33 _CONCAT(_##struct_type, _list_end) = .
/Zephyr-latest/kernel/include/
Dgen_offset.h85 GEN_ABSOLUTE_SYM(__##S##_##M##_##OFFSET, offsetof(S, M))
88 GEN_ABSOLUTE_SYM(__struct_##S##_##M##_##OFFSET, offsetof(struct S, M))
91 GEN_ABSOLUTE_SYM(__##S##_##N##_##OFFSET, offsetof(S, M))
94 GEN_ABSOLUTE_SYM(__struct_##S##_##N##_##OFFSET, offsetof(struct S, M))
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q15.c48 arm_correlate_q15, a##_##b, a, b, \
49 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
105 arm_conv_q15, a##_##b, a, b, \
106 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
326 arm_conv_partial_q15, a##_##b##_##c, a, b, c, \
327 ref_conv_partial_##a##_##b##_##c, \
328 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
330 arm_conv_partial_fast_q15, a##_##b##_##c, a, b, c, \
331 ref_conv_partial_##a##_##b##_##c, \
332 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
[all …]
Dmisc_q31.c58 arm_correlate_q31, a##_##b, a, b, \
59 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
130 arm_conv_q31, a##_##b, a, b, \
131 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
266 arm_conv_partial_q31, a##_##b##_##c, a, b, c, \
267 ref_conv_partial_##a##_##b##_##c, \
268 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
270 arm_conv_partial_fast_q31, a##_##b##_##c, a, b, c, \
271 ref_conv_partial_##a##_##b##_##c, \
272 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c))
[all …]
Dmisc_q7.c47 arm_correlate_q7, a##_##b, a, b, \
48 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
104 arm_conv_q7, a##_##b, a, b, \
105 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
231 arm_conv_partial_q7, a##_##b##_##c, a, b, c, \
232 ref_conv_partial_##a##_##b##_##c, \
233 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
235 arm_conv_partial_opt_q7, a##_##b##_##c, a, b, c, \
236 ref_conv_partial_##a##_##b##_##c, \
237 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c))
Dmisc_f32.c62 arm_correlate_f32, a##_##b, a, b, \
63 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
137 arm_conv_f32, a##_##b, a, b, \
138 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
231 arm_conv_partial_f32, a##_##b##_##c, a, b, c, \
232 ref_conv_partial_##a##_##b##_##c, \
233 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c))
276 arm_levinson_durbin_f32, a##_##b, a, b, \
277 in_levinson_durbin_##a##_##b, \
278 ref_levinson_durbin_##a##_##b, \
[all …]
Dmisc_f16.c54 arm_correlate_f16, a##_##b, a, b, \
55 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
134 arm_conv_f16, a##_##b, a, b, \
135 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
216 arm_levinson_durbin_f16, a##_##b, a, b, \
217 in_levinson_durbin_##a##_##b, \
218 ref_levinson_durbin_##a##_##b, \
219 ARRAY_SIZE(ref_levinson_durbin_##a##_##b))
/Zephyr-latest/doc/security/
Dvulnerabilities.rst23 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-12>`_
26 <https://github.com/zephyrproject-rtos/zephyr/pull/6158>`_
41 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-17>`_
44 <https://github.com/zephyrproject-rtos/zephyr/pull/13260>`_
60 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-18>`_
63 <https://github.com/zephyrproject-rtos/zephyr/pull/13048>`_
78 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-20>`_
81 <https://github.com/zephyrproject-rtos/zephyr/pull/18702>`_
84 <https://github.com/zephyrproject-rtos/zephyr/pull/18659>`_
98 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-25>`_
[all …]
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h410 struct ztest_unit_test_stats z_ztest_unit_test_stats_##suite##_##fn; \
411 static void _##suite##_##fn##_wrapper(void *data); \
412 static void suite##_##fn(void *data); \
416 .test = (_##suite##_##fn##_wrapper), \
418 .stats = &z_ztest_unit_test_stats_##suite##_##fn \
420 static void _##suite##_##fn##_wrapper(void *wrapper_data) \
422 suite##_##fn(wrapper_data); \
424 static inline void suite##_##fn(void *data)
430 struct ztest_unit_test_stats z_ztest_unit_test_stats_##suite##_##fn; \
431 static void _##suite##_##fn##_wrapper(void *data); \
[all …]
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/
Dpinctrl_cypress_psoc6.h94 p##port##_##pin##_##inst##_##signal: \
95 p##port##_##pin##_##inst##_##signal { \
/Zephyr-latest/
DREADME.rst28 SPARC, MIPS, and a large number of `supported boards`_.
36 Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview,
37 and the documentation's `Getting Started Guide`_ to start developing.
57 | �� `Zephyr Documentation`_
58 | �� `Getting Started Guide`_
59 | ���� `Tips when asking for help`_
60 | �� `Code samples`_
65 | �� `Source Code Repository`_
66 | �� `Releases`_
67 | �� `Contribution Guide`_
[all …]
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst43 | |_ _|/ __|| | ___ |_ _|| _ \ |
44 | _||_ \__ \| || | ___ || | ___/ |
45 | |____||___/|____| || |_| |
/Zephyr-latest/drivers/ethernet/
Deth_e1000.c44 #define _(_x) case _x: return #_x in e1000_reg_to_string() macro
46 _(CTRL); in e1000_reg_to_string()
47 _(ICR); in e1000_reg_to_string()
48 _(ICS); in e1000_reg_to_string()
49 _(IMS); in e1000_reg_to_string()
50 _(RCTL); in e1000_reg_to_string()
51 _(TCTL); in e1000_reg_to_string()
52 _(RDBAL); in e1000_reg_to_string()
53 _(RDBAH); in e1000_reg_to_string()
54 _(RDLEN); in e1000_reg_to_string()
[all …]
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst73 …- `Dir 1.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_01_01.c>`_
75 …i.sei.cmu.edu/confluence/display/c/MSC09-C.+Character+encoding%3A+Use+subset+of+ASCII+for+safety>`_
80 …- `Dir 2.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_02_01.c>`_
87 …- `Dir 3.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_03_01.c>`_
94 …- `Dir 4.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_01.c>`_
101 …- `Dir 4.2 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_02.c>`_
108 …- `Dir 4.4 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_04.c>`_
110 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_
115 …- `Dir 4.5 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_05.c>`_
117 …CL02-C <https://wiki.sei.cmu.edu/confluence/display/c/DCL02-C.+Use+visually+distinct+identifiers>`_
[all …]
/Zephyr-latest/tests/drivers/sensor/ina230/src/
Dina230_test.c214 static struct ina230_fixture fixture_23##v##_##inst = { \
226 ZTEST(ina23##v##_##inst, test_datasheet_example) \
228 test_datasheet_example(&fixture_23##v##_##inst); \
230 ZTEST(ina23##v##_##inst, test_shunt_cal) \
232 test_shunt_cal(&fixture_23##v##_##inst); \
234 ZTEST(ina23##v##_##inst, test_current) \
236 test_current(&fixture_23##v##_##inst); \
238 ZTEST(ina23##v##_##inst, test_bus_voltage) \
240 test_bus_voltage(&fixture_23##v##_##inst); \
242 ZTEST(ina23##v##_##inst, test_power) \
[all …]
/Zephyr-latest/boards/shields/mikroe_weather_click/doc/
Dindex.rst9 The MikroElektronika `Weather Click`_ features the `BME280`_ integrated
10 environmental sensor in a `mikroBUS`_ |trade| form factor. The sensor can
31 the `Weather Click Schematic`_ for further details.
36 - `Weather Click`_
37 - `Weather Click Schematic`_
38 - `BME280`_
39 - `BME280 Datasheet`_
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/
Dcompile.sh18 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
24 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
29 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
34 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
41 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
47 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
52 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
57 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
/Zephyr-latest/doc/
DLICENSING.rst9 are not covered by the `Apache 2.0 License`_. In some places
22 *Licensing:* `GPLv2 License`_
27 *Licensing:* `GPLv2 License`_
32 *Licensing:* `GPLv2 License`_ with Runtime Library Exception
35 *Licensing:* `GPLv2 License`_
43 *Licensing:* `MIT License`_
51 *Licensing:* `BSD-3-clause`_
/Zephyr-latest/samples/modules/chre/
DREADME.rst10 `chre_api/chre/nanoapp.h`_:
20 #. *Audio* - a framework allowing nanoapps to get audio events. See `pal/audio.h`_ for API details.
22 `pal/gnss.h`_ for API details.
24 data/bias events. See `pal/sensor.h`_ for API details.
26 and some basic memory allocation/deallocation. See `pal/system.h`_ for API details.
27 #. *WiFi* - a framework allowing nanoapps to interact with the on board WiFi. See `pal/wifi.h`_ for
30 current capabilities and info. See `pal/wwan.h`_ for API details.
57 #. Add an implementation of the `pal/sensor.h`_ and `pal/system.h`_ to Zephyr. These will be
68 .. _`chre_api/chre/nanoapp.h`: https://cs.android.com/android/platform/superproject/+/master:system…
69 .. _`pal/audio.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/in…
[all …]
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py58 def dt_chosen_label(kconf, _, chosen): argument
78 def dt_chosen_enabled(kconf, _, chosen): argument
90 def dt_chosen_path(kconf, _, chosen): argument
102 def dt_chosen_has_compat(kconf, _, chosen, compat): argument
152 def dt_nodelabel_enabled(kconf, _, label): argument
499 def dt_node_bool_prop(kconf, _, path, prop): argument
511 def dt_nodelabel_bool_prop(kconf, _, label, prop): argument
523 def dt_chosen_bool_prop(kconf, _, chosen, prop): argument
553 def dt_node_has_prop(kconf, _, path, prop): argument
565 def dt_nodelabel_has_prop(kconf, _, label, prop): argument
[all …]
/Zephyr-latest/boards/panasonic/pan1783/doc/
Dindex.rst12 Evaluation Boards can be found on the `product website`_.
35 `pan1783_evb user guide`_ / `pan1783a_evb user guide`_ / `pan1783a_pa_evb user guide`_
36 for the Evaluation Boards in the `Panasonic Wireless Connectivity Development Hub`_.
47 available in the `download section PAN1783`_ / `download section PAN1783A`_ / `download section PAN…
48 of the `Panasonic Wireless Connectivity Development Hub`_.
/Zephyr-latest/boards/nxp/lpcxpresso11u68/doc/
Dindex.rst36 - `LPC11UXX SoC Website`_
37 - `LPC11U6X Datasheet`_
38 - `LPC11U6X Reference Manual`_
39 - `LPCXPRESSO11U68 Website`_
40 - `LPCXPRESSO11U68 Schematics`_
115 …n/microcontrollers-developer-resources/lpc-microcontroller-utilities/lpcscrypt-v2-1-1:LPCSCRYPT>`_.
118 The `Mbed project <https://os.mbed.com>`_ also provides some firmware images
119 `here <https://os.mbed.com/teams/NXP/wiki/Updating-LPCXpresso-firmware>`_.
131 Please refer to the `Flashing`_ section and run the ``west debug`` command
137 - `LPC11UXX SoC Website`_
[all …]
/Zephyr-latest/drivers/sensor/bosch/bmi323/
Dbmi323.h167 (BIT_MASK(IMU_BOSCH_BMI323_REG_##reg##_##field##_SIZE) \
168 << IMU_BOSCH_BMI323_REG_##reg##_##field##_OFFSET)
171 (IMU_BOSCH_BMI323_REG_##reg##_##field##_VAL_##val \
172 << IMU_BOSCH_BMI323_REG_##reg##_##field##_OFFSET)
175 ((reg_value >> IMU_BOSCH_BMI323_REG_##reg##_##field##_OFFSET) & \
176 BIT_MASK(IMU_BOSCH_BMI323_REG_##reg##_##field##_SIZE))
/Zephyr-latest/boards/shields/pmod_acl/doc/
Dindex.rst33 - `Pmod ACL product page`_
34 - `Pmod ACL reference manual`_
35 - `Pmod ACL schematic`_
36 - `ADXL345 product page`_
37 - `ADXL345 data sheet`_
/Zephyr-latest/scripts/coccinelle/
Dmacros.h17 #define ZTEST(suite, fn) static void _##suite##_##fn##_wrapper(void)

12345678910>>...51