Searched full:abstract (Results 1 – 25 of 53) sorted by relevance
123
27 __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()
25 static DEVICE_API(abstract, my_driver_A_api_funcs) = {46 static DEVICE_API(abstract, my_driver_B_api_funcs) = {
421 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()
8 Abstract Class for Dictionary-based Logging Parsers56 """Abstract class of log parser"""
19 This module is used to abstract data-in/data-out communication over25 to abstract away its underlying mechanism.
14 This compatible is intended to be used with the abstract SBS Gauge compatible because it is
8 # This contains a variety of helper functions that abstract away common tasks,
9 # This contains a variety of helper functions that abstract away common tasks,
5 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
14 # This contains a variety of helper functions that abstract away common tasks,
34 * it is not clear exactly how/where/why to abstract this, as it
6 Abstract section in Bluetooth: Example BabbleSim test
10 # This contains a variety of helper functions that abstract away common tasks,
9 * @brief Macros to abstract toolchain specific capabilities11 * This file contains various macros to abstract compiler capabilities that
18 * Macros to abstract compiler capabilities (common to all toolchains).21 /* Abstract use of extern keyword for compatibility between C and C++ */
24 all these layers can causes issues typical when the layers don't abstract
42 # abstract-method93 abstract-class-instantiated,
11 Abstract Control Model (ACM) driver provided by the Zephyr project.
103 * Implementation-free (abstract)
194 /** Abstract Control Management Functional Descriptor */
49 * This helper function is used to abstract the different methods of reading
28 /* Macros to abstract away ABI differences */
36 """Abstract base class for all job clients."""
11 This library provides high-level functions to simplify and abstract server implementation.
21 class CanShellBus(BusABC): # pylint: disable=abstract-method