Home
last modified time | relevance | path

Searched refs:event (Results 76 – 100 of 1074) sorted by relevance

12345678910>>...43

/Zephyr-latest/boards/st/nucleo_f767zi/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_l476rg/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_l496zg/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_l4a6zg/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_l4r5zi/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/sensortile_box/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm3210c_eval/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32373c_eval/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f072_eval/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f072b_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f3_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f411e_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f412g_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f413h_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/adi/eval_adin1110ebz/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/adi/eval_adin2111ebz/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/adi/sdp_k1/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/others/black_f407zg_pro/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/blues/swan_r5/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/others/black_f407ve/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/drivers/usb/uvb/
Duvb.c38 } event; member
112 msg->event.type = type; in uvb_advert()
113 msg->event.data = (void *)pkt; in uvb_advert()
132 msg->event.type = type; in uvb_to_host()
133 msg->event.data = (void *)pkt; in uvb_to_host()
261 msg->event.type, in handle_msg_event()
262 msg->event.data); in handle_msg_event()
281 msg->event.type, in handle_msg_to_host()
282 msg->event.data); in handle_msg_to_host()
/Zephyr-latest/boards/st/stm32f723e_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/stm32f769i_disco/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/drivers/serial/
Duart_nrfx_uart.c394 static void user_callback(const struct device *dev, struct uart_event *event) in user_callback() argument
397 uart0_cb.callback(dev, event, uart0_cb.user_data); in user_callback()
536 struct uart_event event; in rx_rdy_evt() local
539 event.type = UART_RX_RDY; in rx_rdy_evt()
540 event.data.rx.buf = uart0_cb.rx_buffer; in rx_rdy_evt()
541 event.data.rx.len = rx_cnt - uart0_cb.rx_offset; in rx_rdy_evt()
542 event.data.rx.offset = uart0_cb.rx_offset; in rx_rdy_evt()
546 user_callback(dev, &event); in rx_rdy_evt()
551 struct uart_event event = { in buf_released_evt() local
555 user_callback(dev, &event); in buf_released_evt()
[all …]

12345678910>>...43