Home
last modified time | relevance | path

Searched refs:Channels (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/samples/subsys/llext/edk/app/include/
Dapp_api.h18 enum Channels { enum
27 __syscall int publish(enum Channels channel, void *data,
29 __syscall int receive(enum Channels channel, void *data,
31 __syscall int register_subscriber(enum Channels channel,
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dpubsub.c87 static void notify_subscribers(enum Channels channel) in notify_subscribers()
109 notify_subscribers((enum Channels)i); in subscriber_thread_fn()
124 int z_impl_publish(enum Channels channel, void *data, size_t data_len) in z_impl_publish()
137 static inline int z_vrfy_publish(enum Channels channel, void *data, in z_vrfy_publish()
157 int z_impl_receive(enum Channels channel, void *data, size_t data_len) in z_impl_receive()
176 static inline int z_vrfy_receive(enum Channels channel, void *data, in z_vrfy_receive()
188 int z_impl_register_subscriber(enum Channels channel, struct k_event *evt) in z_impl_register_subscriber()
212 static inline int z_vrfy_register_subscriber(enum Channels channel, in z_vrfy_register_subscriber()
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.l2cap51 This option enables support for LE Connection oriented Channels,
52 allowing the creation of dynamic L2CAP Channels.
58 This option enables support for LE Connection oriented Channels with
59 Enhanced Credit Based Flow Control support on dynamic L2CAP Channels.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dchannels.rst3 Sensor Channels
6 :dfn:`Channels`, enumerated in :c:enum:`sensor_channel`, are quantities that
/Zephyr-latest/drivers/i2s/
DKconfig.litex25 bool "Channels placed without padding in fifo"
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst1 Bluetooth: Isochronous Channels Shell
/Zephyr-latest/boards/nordic/nrf54l09pdk/
Dnrf54l09_cpuapp_common.dtsi47 /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */
/Zephyr-latest/boards/nordic/nrf54l20pdk/
Dnrf54l20_cpuapp_common.dtsi47 /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */
/Zephyr-latest/boards/panasonic/panb511evb/
Dpanb511evb_nrf54l15_cpuapp_common.dtsi49 /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l_05_10_15_cpuapp_common.dtsi49 /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */
/Zephyr-latest/boards/nxp/mimxrt1010_evk/
Dmimxrt1010_evk-pinctrl.dtsi12 /* ADC Channels 1 and 2, exposed as pins 10 and 12 on J26 of EVK */
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst11 Channels instances are represented by the :c:struct:`bt_l2cap_chan` struct which
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/
DREADME.rst2 :name: Isochronous Connected Channels Benchmark
7 The ISO Connected Channels Benchmark sample measures and reports packet loss
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf54l15bsim_nrf54l15_cpuapp.dts68 /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst62 Channels section in ARM System Control and Management Interface
71 Channels are **bidirectional** (exception: FastChannels), and, depending on which entity
/Zephyr-latest/boards/witte/linum/doc/
Dindex.rst42 - 6 PWM Channels
/Zephyr-latest/boards/adi/max78000evkit/doc/
Dindex.rst40 - Programmable per Layer Network Channel Widths up to 1024 Channels
/Zephyr-latest/boards/adi/max78000fthr/doc/
Dindex.rst41 - Programmable per Layer Network Channel Widths up to 1024 Channels
/Zephyr-latest/boards/adi/max32680evkit/doc/
Dindex.rst42 - 12 Channels, Assignable to Either ADC
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx.dtsi408 /* PS2 Channels - Please use them as PS2 node */
/Zephyr-latest/boards/adi/max32675evkit/doc/
Dindex.rst32 - 12 Channels, Assignable to Either ADC
/Zephyr-latest/boards/adi/max78002evkit/doc/
Dindex.rst55 - Programmable per Layer Network Channel Widths up to 1024 Channels
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst151 so-called Connection-oriented Channels (CoC) mode. More information on
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig630 bool "Minimum Number of Used Channels"
634 Enable support for Bluetooth 5.0 Minimum Number of Used Channels
/Zephyr-latest/arch/x86/
DKconfig417 the "Speculative Execution Side Channels" document, version 2.0:

12