/Zephyr-Core-3.5.0/samples/net/cellular_modem/server/ |
D | te.py | 4 import signal 21 signal.signal(signal.SIGTERM, terminate_handler) 22 signal.signal(signal.SIGINT, terminate_handler)
|
/Zephyr-Core-3.5.0/drivers/video/ |
D | video_sw_generator.c | 23 struct k_poll_signal *signal; member 120 if (IS_ENABLED(CONFIG_POLL) && data->signal) { in __buffer_work() 121 k_poll_signal_raise(data->signal, VIDEO_BUF_DONE); in __buffer_work() 176 if (IS_ENABLED(CONFIG_POLL) && data->signal) { in video_sw_generator_flush() 177 k_poll_signal_raise(data->signal, in video_sw_generator_flush() 212 struct k_poll_signal *signal) in video_sw_generator_set_signal() argument 216 if (data->signal && signal != NULL) { in video_sw_generator_set_signal() 220 data->signal = signal; in video_sw_generator_set_signal()
|
D | video_mcux_csi.c | 34 struct k_poll_signal *signal; member 112 if (IS_ENABLED(CONFIG_POLL) && data->signal) { in __frame_done_cb() 113 k_poll_signal_raise(data->signal, result); in __frame_done_cb() 247 if (IS_ENABLED(CONFIG_POLL) && data->signal) { in video_mcux_csi_flush() 248 k_poll_signal_raise(data->signal, in video_mcux_csi_flush() 392 struct k_poll_signal *signal) in video_mcux_csi_set_signal() argument 396 if (data->signal && signal != NULL) { in video_mcux_csi_set_signal() 400 data->signal = signal; in video_mcux_csi_set_signal()
|
/Zephyr-Core-3.5.0/drivers/i2s/ |
D | Kconfig.sam_ssc | 29 If enabled RF signal is connected to RF pin. It will be configured as 33 If disabled RF signal is disconnected from RF pin and connected 34 internally to TF (Transmitter Frame Synchro signal). 40 If enabled RK signal is connected to RK pin. It will be configured as 44 If disabled RK signal is disconnected from RK pin and connected 45 internally to TK (Transmitter Clock signal).
|
/Zephyr-Core-3.5.0/scripts/west_commands/runners/ |
D | blackmagicprobe.py | 10 import signal 169 previous = signal.signal(signal.SIGINT, signal.SIG_IGN) 173 signal.signal(signal.SIGINT, previous)
|
/Zephyr-Core-3.5.0/dts/arm/cypress/ |
D | pinctrl_cypress_psoc6.h | 93 #define DT_CYPRESS_HSIOM(inst, signal, port, pin, hsiom, ...) \ argument 94 p##port##_##pin##_##inst##_##signal: \ 95 p##port##_##pin##_##inst##_##signal { \
|
/Zephyr-Core-3.5.0/drivers/espi/ |
D | espi_npcx.c | 187 enum espi_vwire_signal signal, uint8_t *level); 189 enum espi_vwire_signal signal, uint8_t level); 405 enum espi_vwire_signal signal) in espi_vw_notify_system_state() argument 411 espi_npcx_receive_vwire(dev, signal, &wire); in espi_vw_notify_system_state() 413 data->sx_state = signal; in espi_vw_notify_system_state() 416 evt.evt_details = signal; in espi_vw_notify_system_state() 422 enum espi_vwire_signal signal) in espi_vw_notify_host_warning() argument 426 espi_npcx_receive_vwire(dev, signal, &wire); in espi_vw_notify_host_warning() 429 switch (signal) { in espi_vw_notify_host_warning() 491 enum espi_vwire_signal signal; in espi_vw_generic_isr() local [all …]
|
D | espi_handlers.c | 63 enum espi_vwire_signal signal, in z_vrfy_espi_send_vwire() argument 68 return z_impl_espi_send_vwire(dev, signal, level); in z_vrfy_espi_send_vwire() 73 enum espi_vwire_signal signal, in z_vrfy_espi_receive_vwire() argument 81 ret = z_impl_espi_receive_vwire(dev, signal, &level_copy); in z_vrfy_espi_receive_vwire()
|
/Zephyr-Core-3.5.0/doc/kernel/services/ |
D | polling.rst | 27 - a poll signal is raised 35 its state is changed to signal the requested condition has been met. 46 Apart from the kernel objects, there is also a **poll signal** pseudo-object 178 signal to a poll event. This can be seen as a lightweight binary semaphore only 181 A poll signal is a separate object of type :c:struct:`k_poll_signal` that 188 struct k_poll_signal signal; 191 k_poll_signal_init(&signal); 200 struct k_poll_signal signal; 205 k_poll_signal_init(&signal); 210 &signal), [all …]
|
/Zephyr-Core-3.5.0/boards/arm/twr_ke18f/ |
D | Kconfig | 9 bool "CLKOUT signal on FlexIO header" 11 Enable the CLKOUT signal on FlexIO header pin 7 (PTE10).
|
/Zephyr-Core-3.5.0/drivers/adc/ |
D | adc_context.h | 66 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-Core-3.5.0/samples/bluetooth/handsfree/src/ |
D | main.c | 51 static void signal(struct bt_conn *conn, uint32_t value) in signal() function 78 .signal = signal,
|
/Zephyr-Core-3.5.0/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 123 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-Core-3.5.0/samples/drivers/adc/boards/ |
D | mimxrt595_evk_cm33.overlay | 24 * - 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)
|
D | lpcxpresso55s69_cpu0.overlay | 24 * - 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-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 11 import signal 46 os.kill(child.pid, signal.SIGTERM)
|
/Zephyr-Core-3.5.0/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 14 Shared memory is used to store the data, MBOX devices are used to signal that 31 * Define MBOX devices which are used to send the signal that informs the other 33 (or CPU) is able to receive the signal. 74 #. It then sends a signal to the other domain or CPU, informing that the data 75 has been written. Sending the signal to the other domain or CPU is repeated 78 #. When the signal from the other domain or CPU is received, the magic number
|
/Zephyr-Core-3.5.0/drivers/virtualization/ |
D | virt_ivshmem_handlers.c | 47 struct k_poll_signal *signal, in z_vrfy_ivshmem_register_handler() argument 51 Z_OOPS(Z_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-Core-3.5.0/lib/os/ |
D | notify.c | 30 if (notify->method.signal == NULL) { in sys_notify_validate() 66 sig = notify->method.signal; in sys_notify_finalize()
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | Kconfig.signal | 6 bool "Support for POSIX signal APIs" 9 Enable support for POSIX signal APIs.
|
D | CMakeLists.txt | 23 -i ${ZEPHYR_BASE}/include/zephyr/posix/signal.h 25 DEPENDS ${ZEPHYR_BASE}/include/zephyr/posix/signal.h 48 zephyr_library_sources_ifdef(CONFIG_POSIX_SIGNAL signal.c ${STRSIGNAL_TABLE_H})
|
/Zephyr-Core-3.5.0/kernel/ |
D | condvar.c | 48 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_condvar, signal, condvar); in z_impl_k_condvar_signal() 53 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_condvar, signal, condvar, K_FOREVER); in z_impl_k_condvar_signal() 62 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_condvar, signal, condvar, 0); in z_impl_k_condvar_signal()
|
/Zephyr-Core-3.5.0/samples/kernel/condition_variables/condvar/ |
D | README.rst | 12 to signal changing states (conditions) from one thread to another 15 function execution based on when they signal the other thread that is 52 inc_count: thread 3, count = 12 Threshold reached.Just sent signal. 54 watch_count: thread 1 Condition signal received. Count= 12
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | zephyr-user-node.rst | 111 signal-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>; 115 You can convert the pin defined in ``signal-gpios`` to a ``struct 124 const struct gpio_dt_spec signal = 128 gpio_pin_configure_dt(&signal, GPIO_OUTPUT_INACTIVE); 131 gpio_pin_set_dt(&signal, 1);
|
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/ |
D | soc_dt.h | 309 #define NPCX_DT_VW_IN_CONF(signal, name) \ argument 311 .sig = signal, \ 327 #define NPCX_DT_VW_OUT_CONF(signal, name) \ argument 329 .sig = signal, \
|