Searched full:signaling (Results 1 – 25 of 59) sorted by relevance
123
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | triggers.rst | 8 digital line signaling for easy capture by a micro controller. The events can 10 the digital line signaling to occur.
|
/Zephyr-latest/dts/bindings/mbox/ |
D | nordic,nrf-bellboard-tx.yaml | 7 BELLBOARD provides support for inter-domain software signaling. It implements 8 a set of tasks and events intended for signaling within an interprocessor
|
D | nordic,nrf-vevif-event-tx.yaml | 7 VEVIF provides support for inter-domain software signaling. It implements a set of events 8 intended for signaling within the interprocessor communication (IPC) framework.
|
D | nordic,nrf-bellboard-rx.yaml | 7 BELLBOARD provides support for inter-domain software signaling. It implements 8 a set of tasks and events intended for signaling within an interprocessor
|
D | nordic,nrf-vevif-event-rx.yaml | 7 VEVIF provides support for inter-domain software signaling. It implements a set of events 8 intended for signaling within the interprocessor communication (IPC) framework.
|
D | nordic,nrf-vevif-task-tx.yaml | 10 VEVIF provides support for inter-domain software signaling. It implements a set of tasks 11 intended for signaling within an interprocessor communication (IPC) framework.
|
D | nordic,nrf-vevif-task-rx.yaml | 10 VEVIF provides support for inter-domain software signaling. It implements a set of tasks 11 intended for signaling within an interprocessor communication (IPC) framework.
|
/Zephyr-latest/dts/bindings/firmware/ |
D | arm,scmi.yaml | 62 mailbox channel for signaling) 64 mailbox channels for signaling)
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 111 and doorbells for signaling. The interaction with the shared 114 signaling is performed using the Zephyr MBOX API (signaling mode only, no message passing). 116 Interacting with the shared memory area and signaling are abstracted by the
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | condvar.rst | 31 of those waiting threads and thus allow them to continue by signaling on 93 Signaling a Condition Variable
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | quicklogic,eos-s3-pinctrl.yaml | 67 fabric-controlled for signaling with FPGA,
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | msg.c | 44 return "Signaling"; in msg_type_str() 131 suffix = msg->signaling.suffix; in msg_suffix() 348 msg_port_id_pre_send(&msg->signaling.target_port_id); in ptp_msg_pre_send() 423 msg_port_id_post_recv(&msg->signaling.target_port_id); in ptp_msg_post_recv()
|
D | msg.h | 215 * @brief PTP Signaling message header. 275 /** Signaling message. */ 276 struct ptp_signaling_msg signaling; member
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14916-gpio.yaml | 128 false: Disable fault LEDs (FLEDs) signaling current limit 129 true: Enable fault LEDs (FLEDs) signaling current limit
|
D | adi,max14906-gpio.yaml | 139 false: Disable fault LEDs (FLEDs) signaling current limit 140 true: Enable fault LEDs (FLEDs) signaling current limit
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 11 …* Source establish A2dp connection. It will create the AVDTP Signaling and Media L2CAP channels. u…
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_messages.h | 94 /* Signaling Interval Flags. */ 98 /* Signaling Interval Values. */ 433 * @brief Handle Signaling message.
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 13 infrastructure to host the firmware binary and implement a method of signaling
|
/Zephyr-latest/samples/drivers/led/led_strip/ |
D | README.rst | 24 signaling, which may require a level translator, such as the
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | calculation_arc.c | 45 /* Semaphore for signaling end of test */
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tc.h | 173 * the potential for USB PD signaling on CC as described in the state definitions. 180 * the potential for USB PD signaling on CC as described in the state definitions.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,tmag5273.yaml | 85 Either used for interrupt signaling, or triggering a conversion.
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | pi.c | 65 /* Semaphore for signaling end of test */
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 109 /** @brief The maximum number of channels in ECRED L2CAP signaling PDUs 118 * guarantee the same limit for potential future ECRED L2CAP signaling 616 * again later. There is no event signaling when the existing operation 620 * allocate. The caller may try again later. There is no event signaling the
|
/Zephyr-latest/lib/posix/options/ |
D | cond.c | 128 LOG_DBG("Signaling cond %p", cv); in pthread_cond_signal()
|
123