Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 268) sorted by relevance

1234567891011

/Zephyr-latest/samples/net/cellular_modem/server/
Dte.py4 import signal
24 signal.signal(signal.SIGTERM, terminate_handler)
25 signal.signal(signal.SIGINT, terminate_handler)
/Zephyr-latest/include/zephyr/drivers/dma/
Ddma_silabs_ldma.h18 #define SILABS_LDMA_REQSEL_TO_SLOT(signal) \ argument
19 FIELD_PREP(SILABS_DMA_SLOT_SOURCE_MASK, FIELD_GET(SILABS_LDMA_SOURCE_MASK, signal)) | \
20 FIELD_PREP(SILABS_DMA_SLOT_SIG_MASK, FIELD_GET(SILABS_LDMA_SIG_MASK, signal))
/Zephyr-latest/drivers/i2s/
DKconfig.sam_ssc30 If enabled RF signal is connected to RF pin. It will be configured as
34 If disabled RF signal is disconnected from RF pin and connected
35 internally to TF (Transmitter Frame Synchro signal).
41 If enabled RK signal is connected to RK pin. It will be configured as
45 If disabled RK signal is disconnected from RK pin and connected
46 internally to TK (Transmitter Clock signal).
/Zephyr-latest/doc/hardware/peripherals/
Dhaptics.rst12 During a haptic feedback event the haptic device drives a signal to an
13 actuator. The source of the haptic event signal varies depending on the
16 Some examples of haptic signal sources are analog signals, preprogrammed
20 tuning the drive signal to meet the electrical requirements of their respective
/Zephyr-latest/scripts/west_commands/runners/
Dblackmagicprobe.py10 import signal
184 previous = signal.signal(signal.SIGINT, signal.SIG_IGN)
188 signal.signal(signal.SIGINT, previous)
/Zephyr-latest/boards/adi/max32672fthr/doc/
Dindex.rst144 | 8 | P0_22 | GPIO or ADC_TRIG signal. …
146 | 9 | P0_27 | GPIO or QERR signal. …
148 | 10 | P0_26 | GPIO or QDIR signal. …
150 | 11 | P0_16 | GPIO or SPI1 clock signal. …
152 | 12 | P0_15 | GPIO or SPI1 MOSI signal. …
154 | 13 | P0_14 | GPIO or SPI1 MISO signal. …
156 | 14 | P0_28 | GPIO or UART1 Rx signal. …
158 | 15 | P0_29 | GPIO or UART1 Tx signal. …
178 | 4 | P0_5 | GPIO or HFX_CLK_OUT signal. …
180 | 5 | P0_6 | GPIO or QEA signal. …
[all …]
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/
Dpinctrl_cypress_psoc6.h93 #define DT_CYPRESS_HSIOM(inst, signal, port, pin, hsiom, ...) \ argument
94 p##port##_##pin##_##inst##_##signal: \
95 p##port##_##pin##_##inst##_##signal { \
/Zephyr-latest/drivers/espi/
Despi_npcx.c223 enum espi_vwire_signal signal, uint8_t *level);
225 enum espi_vwire_signal signal, uint8_t level);
570 enum espi_vwire_signal signal) in espi_vw_notify_system_state() argument
576 espi_npcx_receive_vwire(dev, signal, &wire); in espi_vw_notify_system_state()
578 data->sx_state = signal; in espi_vw_notify_system_state()
581 evt.evt_details = signal; in espi_vw_notify_system_state()
587 enum espi_vwire_signal signal) in espi_vw_notify_host_warning() argument
591 espi_npcx_receive_vwire(dev, signal, &wire); in espi_vw_notify_host_warning()
594 switch (signal) { in espi_vw_notify_host_warning()
661 enum espi_vwire_signal signal; in espi_vw_generic_isr() local
[all …]
/Zephyr-latest/boards/nxp/twr_ke18f/
DKconfig9 bool "CLKOUT signal on FlexIO header"
12 Enable the CLKOUT signal on FlexIO header pin 7 (PTE10).
/Zephyr-latest/drivers/video/
Dvideo_sw_generator.c37 struct k_poll_signal *signal; member
169 if (IS_ENABLED(CONFIG_POLL) && data->signal) { in __buffer_work()
170 k_poll_signal_raise(data->signal, VIDEO_BUF_DONE); in __buffer_work()
221 if (IS_ENABLED(CONFIG_POLL) && data->signal) { in video_sw_generator_flush()
222 k_poll_signal_raise(data->signal, VIDEO_BUF_ABORTED); in video_sw_generator_flush()
244 struct k_poll_signal *signal) in video_sw_generator_set_signal() argument
248 if (data->signal && signal != NULL) { in video_sw_generator_set_signal()
252 data->signal = signal; in video_sw_generator_set_signal()
/Zephyr-latest/drivers/adc/
Dadc_context.h66 struct k_poll_signal *signal; member
139 struct k_poll_signal *signal) in adc_context_lock() argument
145 ctx->signal = signal; in adc_context_lock()
192 if (ctx->signal) { in adc_context_complete()
193 k_poll_signal_raise(ctx->signal, status); in adc_context_complete()
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/
Dmimxrt595_evk_cm33.overlay22 * - Connect LPADC0 CH0A signal to voltage between 0~1.8V (J30 pin 1)
23 * - Connect LPADC0 CH0B signal to voltage between 0~1.8V (J30 pin 2)
25 * - Connect LPADC0 CH2A signal to voltage between 0~1.8V (J30 pin 3)
Dlpcxpresso55s69_cpu0.overlay24 * - Connect LPADC0 CH0A signal to voltage between 0~3.3V (P19 pin 4)
25 * - Connect LPADC0 CH0B signal to voltage between 0~3.3V (P19 pin 2)
27 * - Connect LPADC0 CH4A signal to voltage between 0~3.3V (P17 pin 19)
29 * - Connect LPADC0 CH4B signal to voltage between 0~3.3V (P18 pin 1)
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c52 static void signal(struct bt_conn *conn, uint32_t value) in signal() function
79 .signal = signal,
/Zephyr-latest/doc/kernel/services/
Dpolling.rst29 - a poll signal is raised
37 its state is changed to signal the requested condition has been met.
48 Apart from the kernel objects, there is also a **poll signal** pseudo-object
214 signal to a poll event. This can be seen as a lightweight binary semaphore only
217 A poll signal is a separate object of type :c:struct:`k_poll_signal` that
224 struct k_poll_signal signal;
227 k_poll_signal_init(&signal);
236 struct k_poll_signal signal;
241 k_poll_signal_init(&signal);
246 &signal),
[all …]
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dmimxrt595_evk_mimxrt595s_cm33.overlay24 * - Connect LPADC0 CH0A signal to voltage between 0~1.8V (J30 pin 1)
25 * - Connect LPADC0 CH0B signal to voltage between 0~1.8V (J30 pin 2)
27 * - Connect LPADC0 CH2A signal to voltage between 0~1.8V (J30 pin 3)
Dfrdm_mcxn236.overlay24 * - Connect LPADC0 CH1A signal to voltage between 0~1.8V (J4 pin 4)
25 * - Connect LPADC0 CH1B signal to voltage between 0~1.8V (J8 pin 11)
27 * - Connect LPADC0 CH2A signal to voltage between 0~1.8V (J8 pin 12)
Dfrdm_mcxn947_mcxn947_cpu0.overlay24 * - Connect LPADC0 CH1A signal to voltage between 0~1.8V (J8 pin 20)
25 * - Connect LPADC0 CH1B signal to voltage between 0~1.8V (J8 pin 24)
27 * - Connect LPADC0 CH2A signal to voltage between 0~1.8V (J8 pin 28)
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay24 * - Connect LPADC0 CH1A signal to voltage between 0~1.8V (J8 pin 20)
25 * - Connect LPADC0 CH1B signal to voltage between 0~1.8V (J8 pin 24)
27 * - Connect LPADC0 CH2A signal to voltage between 0~1.8V (J8 pin 28)
Dlpcxpresso55s69_lpc55s69_cpu0.overlay24 * - Connect LPADC0 CH0A signal to voltage between 0~3.3V (P19 pin 4)
25 * - Connect LPADC0 CH0B signal to voltage between 0~3.3V (P19 pin 2)
27 * - Connect LPADC0 CH4A signal to voltage between 0~3.3V (P17 pin 19)
29 * - Connect LPADC0 CH4B signal to voltage between 0~3.3V (P18 pin 1)
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py123 def __init__(self, signal: str, pin: int) -> None:
124 self.signal = signal
151 def add_signal_config(self, signal: str, config: PIN_CONFIG) -> None:
154 if signal == pin.mapping.signal:
158 self.pins.append(PinConfiguration(SignalMapping(signal, -1), [config]))
160 def set_signal_pin(self, signal: str, pin: int) -> None:
163 if signal == pin_.mapping.signal:
167 self.pins.append(PinConfiguration(SignalMapping(signal, pin), []))
/Zephyr-latest/boards/adi/max78000fthr/doc/
Dindex.rst122 | 7 | P1_1 | GPIO or UART2 Tx signal
124 | 8 | P1_0 | GPIO or UART2 Rx signal
130 | 11 | P0_7 | GPIO or QSPI0 clock signal. Shared with SD card and on-board QSPI SRAM …
132 | 12 | P0_5 | GPIO or QSPI0 MOSI signal. Shared with SD card and on-board QSPI SRAM …
134 | 13 | P0_6 | GPIO or QSPI0 MISO signal. Shared with SD card and on-board QSPI SRAM …
136 | 14 | P2_6 | GPIO or LPUART Rx signal
138 | 15 | P2_7 | GPIO or LPUART Tx signal
161 | 6 | P0_9 | GPIO or QSPI0 SDIO3 signal. Shared with SD card and on-board QSPI SRAM. …
163 | 7 | P0_8 | GPIO or QSPI0 SDIO2 signal. Shared with SD Card and on-board QSPI SRAM. …
165 | 8 | P0_11 | GPIO or QSPI0 slave select signal
[all …]
/Zephyr-latest/lib/utils/
Dnotify.c30 if (notify->method.signal == NULL) { in sys_notify_validate()
66 sig = notify->method.signal; in sys_notify_finalize()
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem_handlers.c47 struct k_poll_signal *signal, in z_vrfy_ivshmem_register_handler() argument
51 K_OOPS(K_SYSCALL_OBJ(signal, K_OBJ_POLL_SIGNAL)); in z_vrfy_ivshmem_register_handler()
53 return z_impl_ivshmem_register_handler(dev, signal, vector); in z_vrfy_ivshmem_register_handler()
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py12 import signal
48 os.kill(child.pid, signal.SIGTERM)

1234567891011