Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 25 of 134) sorted by relevance

123456

/Zephyr-Core-3.6.0/lib/cpp/minimal/
Dcpp_vtable.cpp19 virtual void dummy();
22 virtual void dummy();
24 void __class_type_info::dummy() { } // causes the vtable to get created here in dummy() function in __cxxabiv1::__class_type_info
25 void __si_class_type_info::dummy() { } // causes the vtable to get created here in dummy() function in __cxxabiv1::__si_class_type_info
/Zephyr-Core-3.6.0/subsys/console/
Dgetchar.c18 ssize_t console_write(void *dummy, const void *buf, size_t size) in console_write() argument
20 ARG_UNUSED(dummy); in console_write()
25 ssize_t console_read(void *dummy, void *buf, size_t size) in console_read() argument
27 ARG_UNUSED(dummy); in console_read()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/ull/
Dull_iso_vendor.c15 static bool dummy; variable
22 return dummy; in ll_data_path_configured()
52 dummy = true; in ll_configure_data_path()
/Zephyr-Core-3.6.0/include/zephyr/console/
Dconsole.h48 ssize_t console_read(void *dummy, void *buf, size_t size);
60 ssize_t console_write(void *dummy, const void *buf, size_t size);
/Zephyr-Core-3.6.0/tests/bluetooth/host/id/bt_id_create/
DKconfig6 bool "dummy kconfig"
9 dummy kconfig
/Zephyr-Core-3.6.0/lib/libc/minimal/source/stdout/
Dsprintf.c35 char dummy; in snprintf() local
38 str = &dummy; /* write final NUL to dummy, can't change *s */ in snprintf()
75 char dummy; in vsnprintf() local
78 str = &dummy; /* write final NUL to dummy, can't change * *s */ in vsnprintf()
/Zephyr-Core-3.6.0/drivers/display/
DKconfig.dummy1 # Configuration options for dummy display
9 Enable dummy display driver compliant with display driver API.
/Zephyr-Core-3.6.0/tests/drivers/w1/w1_api/
Dw1_devices.dtsi8 slave_1: dummy-slave-1 {
15 slave_2: dummy-slave-2 {
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/transport/
DKconfig.dummy16 Enables the dummy SMP backend which can be used for unit testing
22 int "Size of receive buffer for dummy interface mcumgr fragments"
25 Specifies the size of the mcumgr dummy backend receive buffer,
/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_instance.h25 uint32_t dummy; member
37 uint32_t dummy[2]; member
41 uint32_t dummy; member
/Zephyr-Core-3.6.0/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c51 void *dummy; /* For the dummy function pointer use this */ in ZTEST() local
56 .handler = (void *)&dummy, in ZTEST()
96 void *dummy; /* For the dummy function pointer use this */ in ZTEST() local
101 .handler = (void *)&dummy, in ZTEST()
/Zephyr-Core-3.6.0/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0213b72.overlay31 dummy-line = <0x30>;
54 dummy-line = <0x30>;
Dwaveshare_epaper_gdeh029a1.overlay31 dummy-line = <0x1a>;
44 dummy-line = <0x1a>;
Dwaveshare_epaper_gdeh0213b1.overlay31 dummy-line = <0x1a>;
46 dummy-line = <0x1a>;
/Zephyr-Core-3.6.0/samples/tfm_integration/tfm_secure_partition/
DREADME.rst14 This sample creates a dummy secure partition and secure service for TF-M and instructs the TF-M
15 build system to build it into the secure firmware. The dummy secure service is then called in the
18 This dummy partition has a single secure service, which can index one of 5 dummy secrets inside the
/Zephyr-Core-3.6.0/tests/benchmarks/footprints/src/
Duserspace.c55 volatile uint32_t dummy = 100U; in test_drop_to_user_mode_1() local
57 dummy++; in test_drop_to_user_mode_1()
/Zephyr-Core-3.6.0/include/zephyr/arch/arm/
Dstructs.h27 uint8_t dummy; member
/Zephyr-Core-3.6.0/subsys/net/l2/dummy/
DCMakeLists.txt8 zephyr_library_sources_ifdef(CONFIG_NET_L2_DUMMY dummy.c)
/Zephyr-Core-3.6.0/include/zephyr/arch/
Dstructs.h42 uint8_t dummy; member
/Zephyr-Core-3.6.0/include/zephyr/arch/posix/
Dthread.h44 int dummy; member
/Zephyr-Core-3.6.0/drivers/flash/
Dflash_cadence_qspi_nor_ll.c149 int cad_qspi_stig_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy) in cad_qspi_stig_cmd() argument
157 if (dummy > ((1 << CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES_MAX) - 1)) { in cad_qspi_stig_cmd()
164 CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES(dummy)); in cad_qspi_stig_cmd()
167 int cad_qspi_stig_read_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_read_cmd() argument
170 if (dummy > ((1 << CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES_MAX) - 1)) { in cad_qspi_stig_read_cmd()
187 CAD_QSPI_FLASHCMD_NUMWRDATABYTES(0) | CAD_QSPI_FLASHCMD_NUMDUMMYBYTES(dummy); in cad_qspi_stig_read_cmd()
203 int cad_qspi_stig_wr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_wr_cmd() argument
206 if (dummy > ((1 << CAD_QSPI_FLASHCMD_NUM_DUMMYBYTES_MAX) - 1)) { in cad_qspi_stig_wr_cmd()
224 CAD_QSPI_FLASHCMD_NUMDUMMYBYTES(dummy); in cad_qspi_stig_wr_cmd()
234 int cad_qspi_stig_addr_cmd(struct cad_qspi_params *cad_params, uint32_t opcode, uint32_t dummy, in cad_qspi_stig_addr_cmd() argument
[all …]
/Zephyr-Core-3.6.0/include/zephyr/arch/xtensa/
Dthread.h19 char dummy; member
/Zephyr-Core-3.6.0/subsys/bluetooth/common/
DCMakeLists.txt6 zephyr_library_sources(dummy.c)
/Zephyr-Core-3.6.0/samples/drivers/display/
Ddummy_dc.overlay13 compatible = "zephyr,dummy-dc";
/Zephyr-Core-3.6.0/tests/lib/gui/lvgl/
Dapp.overlay13 compatible = "zephyr,dummy-dc";

123456