Home
last modified time | relevance | path

Searched full:abstract (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/tests/kernel/device/src/
Dabstract_driver.h27 __ASSERT_NO_MSG(DEVICE_API_IS(abstract, dev)); in z_impl_abstract_do_this()
29 return DEVICE_API_GET(abstract, dev)->do_this(dev, foo, bar); in z_impl_abstract_do_this()
36 __ASSERT_NO_MSG(DEVICE_API_IS(abstract, dev)); in z_impl_abstract_do_that()
38 DEVICE_API_GET(abstract, dev)->do_that(dev, baz); in z_impl_abstract_do_that()
Dabstract_driver.c25 static DEVICE_API(abstract, my_driver_A_api_funcs) = {
46 static DEVICE_API(abstract, my_driver_B_api_funcs) = {
Dmain.c421 zexpect_true(DEVICE_API_IS(abstract, dev)); in ZTEST()
424 zexpect_true(DEVICE_API_IS(abstract, dev)); in ZTEST()
427 zexpect_false(DEVICE_API_IS(abstract, dev)); in ZTEST()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py8 Abstract Class for Dictionary-based Logging Parsers
56 """Abstract class of log parser"""
/Zephyr-latest/doc/services/modem/
Dindex.rst19 This module is used to abstract data-in/data-out communication over
25 to abstract away its underlying mechanism.
/Zephyr-latest/dts/bindings/fuel-gauge/
Dsbs,default-sbs-gauge.yaml14 This compatible is intended to be used with the abstract SBS Gauge compatible because it is
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/
DCMakeLists.txt8 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/
DCMakeLists.txt9 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpio-forwarder.yaml5 This is an abstract device responsible for forwarding pins between cores.
9 The purpose of this abstract device is to represent all GPIO pins that the
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/
DCMakeLists.txt14 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/arch/x86/core/intel64/
Dsmp.c34 * it is not clear exactly how/where/why to abstract this, as it
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/
DREADME.rst6 Abstract section in Bluetooth: Example BabbleSim test
DCMakeLists.txt10 # This contains a variety of helper functions that abstract away common tasks,
/Zephyr-latest/include/zephyr/
Dtoolchain.h9 * @brief Macros to abstract toolchain specific capabilities
11 * This file contains various macros to abstract compiler capabilities that
/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h18 * Macros to abstract compiler capabilities (common to all toolchains).
21 /* Abstract use of extern keyword for compatibility between C and C++ */
/Zephyr-latest/doc/develop/west/
Dsign.rst24 all these layers can causes issues typical when the layers don't abstract
/Zephyr-latest/scripts/ci/
Dpylintrc42 # abstract-method
93 abstract-class-instantiated,
/Zephyr-latest/samples/subsys/usb/cdc_acm/
DREADME.rst11 Abstract Control Model (ACM) driver provided by the Zephyr project.
/Zephyr-latest/doc/safety/
Dsafety_requirements.rst103 * Implementation-free (abstract)
/Zephyr-latest/include/zephyr/usb/class/
Dusb_cdc.h194 /** Abstract Control Management Functional Descriptor */
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c49 * This helper function is used to abstract the different methods of reading
/Zephyr-latest/arch/xtensa/core/
Dcrt1.S28 /* Macros to abstract away ABI differences */
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Djobserver.py36 """Abstract base class for all job clients."""
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst11 This library provides high-level functions to simplify and abstract server implementation.
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py21 class CanShellBus(BusABC): # pylint: disable=abstract-method

123