Home
last modified time | relevance | path

Searched refs:events (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c26 uint32_t events = 0; local
37 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_BUS_OFF);
43 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_BUS_RECOV_PROGRESS);
47 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_ABOVE_EWL);
51 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_BUS_RECOV_CPLT);
54 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_BELOW_EWL);
61 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_RX_BUFF_FRAME);
69 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_TX_BUFF_FREE);
75 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_ERROR_PASSIVE);
78 TWAI_HAL_SET_BITS(events, TWAI_HAL_EVENT_ERROR_ACTIVE);
[all …]
/hal_espressif-latest/components/hal/include/hal/
Dieee802154_common_ll.h174 static inline void ieee802154_ll_enable_events(ieee802154_ll_events events) in ieee802154_ll_enable_events() argument
176 IEEE802154.event_en.events |= events; in ieee802154_ll_enable_events()
179 static inline void ieee802154_ll_disable_events(ieee802154_ll_events events) in ieee802154_ll_disable_events() argument
181 IEEE802154.event_en.events &= ~events; in ieee802154_ll_disable_events()
184 FORCE_INLINE_ATTR void ieee802154_ll_clear_events(ieee802154_ll_events events) in ieee802154_ll_clear_events() argument
186 IEEE802154.event_status.events &= events; in ieee802154_ll_clear_events()
191 return IEEE802154.event_status.events; in ieee802154_ll_get_events()
199 static inline void ieee802154_ll_enable_rx_abort_events(ieee802154_ll_rx_abort_events events) in ieee802154_ll_enable_rx_abort_events() argument
201 IEEE802154.rx_abort_event_en.rx_abort_en |= events; in ieee802154_ll_enable_rx_abort_events()
204 static inline void ieee802154_ll_disable_rx_abort_events(ieee802154_ll_rx_abort_events events) in ieee802154_ll_disable_rx_abort_events() argument
[all …]
/hal_espressif-latest/components/esp_event/
DKconfig7 … Enables collections of statistics in the event loop library such as the number of events posted
8 …to/recieved by an event loop, number of callbacks involved, number of events dropped to to a full …
12 bool "Support posting events from ISRs"
15 Enable posting events from interrupt handlers.
18 bool "Support posting events from ISRs placed in IRAM"
22 …Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API func…
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c151 UINT32 events = 0; in port_start_close() local
159 events |= port_get_signal_changes (p_port, old_signals, p_port->peer_ctrl.modem_signal); in port_start_close()
162 events |= PORT_EV_CONNECT_ERR; in port_start_close()
166 events |= PORT_EV_ERR; in port_start_close()
169 if ((p_port->p_callback != NULL) && events) { in port_start_close()
170 p_port->p_callback (events, p_port->inx); in port_start_close()
847 UINT32 events = 0; in PORT_DataInd() local
898 events |= PORT_EV_RXFLAG; in PORT_DataInd()
916 if (events & PORT_EV_RXFLAG) { in PORT_DataInd()
923 events |= PORT_EV_RXCHAR; in PORT_DataInd()
[all …]
Dport_api.c777 UINT32 events; in PORT_FlowControl() local
816 events = PORT_EV_RXCHAR; in PORT_FlowControl()
819 events |= PORT_EV_RXFLAG; in PORT_FlowControl()
822 events &= p_port->ev_mask; in PORT_FlowControl()
823 if (p_port->p_callback && events) { in PORT_FlowControl()
824 p_port->p_callback (events, p_port->inx); in PORT_FlowControl()
848 UINT32 events;
887 events = PORT_EV_RXCHAR;
890 events |= PORT_EV_RXFLAG;
893 events &= p_port->ev_mask;
[all …]
Dport_utils.c448 UINT32 events = 0; in port_get_signal_changes() local
451 events |= PORT_EV_DSR; in port_get_signal_changes()
454 events |= PORT_EV_DSRS; in port_get_signal_changes()
459 events |= PORT_EV_CTS; in port_get_signal_changes()
462 events |= PORT_EV_CTSS; in port_get_signal_changes()
467 events |= PORT_EV_RING; in port_get_signal_changes()
471 events |= PORT_EV_RLSD; in port_get_signal_changes()
474 events |= PORT_EV_RLSDS; in port_get_signal_changes()
478 return (p_port->ev_mask & events); in port_get_signal_changes()
/hal_espressif-latest/components/esp_hw_support/
DREADME.md17 …allocation and offers APIs to connect the channel with ETM tasks and ETM events that come from oth…
18 * **Peripheral** side extensions, e.g. GPTimer support generating different kinds of ETM events, an…
66 -gptimer_etm_event_t[] events
/hal_espressif-latest/components/newlib/
Dpoll.c50 if (fds[i].events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in poll()
56 if (fds[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { in poll()
/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c38 gpio_etm_event_t *events[SOC_GPIO_ETM_EVENTS_PER_GROUP]; member
66 if (!group->events[j]) { in gpio_etm_event_register_to_group()
68 group->events[j] = event; in gpio_etm_event_register_to_group()
106 group->events[chan_id] = NULL; in gpio_etm_event_unregister_from_group()
/hal_espressif-latest/components/newlib/platform_include/sys/
Dpoll.h28 short events; /* The event(s) is/are specified here. */ member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_avrc_api.c421 …l esp_avrc_rn_evt_bit_mask_operation(esp_avrc_bit_mask_op_t op, esp_avrc_rn_evt_cap_mask_t *events, in esp_avrc_rn_evt_bit_mask_operation() argument
424 if (!events || in esp_avrc_rn_evt_bit_mask_operation()
429 uint16_t *p = &events->bits; in esp_avrc_rn_evt_bit_mask_operation()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dieee802154_struct.h130 uint32_t events: 13; member
138 uint32_t events: 13; member
/hal_espressif-latest/components/esp_netif/
DREADME.md5 .................| init settings events |
66 - register handlers for app related events (such as IP lost/acquired)
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dieee802154_struct.h130 uint32_t events: 13; member
138 uint32_t events: 13; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h708 …l esp_avrc_rn_evt_bit_mask_operation(esp_avrc_bit_mask_op_t op, esp_avrc_rn_evt_cap_mask_t *events,
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in200 This enables controller transfer periodic sync events to host
296 This is the high priority HCI events' buffer size. High-priority
305 This is the low priority HCI events' buffer size. Low-priority event
618 Host in advertising report events.
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in200 This enables controller transfer periodic sync events to host
287 This is the high priority HCI events' buffer size. High-priority
296 This is the low priority HCI events' buffer size. Low-priority event
610 Host in advertising report events.
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in232 … bluetooth controller sleeps between BR/EDR frames and BLE events. A low power clock is used to
281 connection events. With a lower level of clock accuracy(e.g. 500ppm over 250ppm), the slave
370 Host in advertising report events.
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in169 This enables controller transfer periodic sync events to host
262 This is the high priority HCI events' buffer size. High-priority
271 This is the low priority HCI events' buffer size. Low-priority event
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in324 Host in advertising report events.
389 bluetooth controller sleeps between and BLE events. A low
476 When this option is enabled, auxiliary packets will be present in the events of
/hal_espressif-latest/components/esp_pm/
DKconfig43 If enabled, some GPIOs will be used to signal events such as RTOS ticks,
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in353 This is the high priority HCI events' buffer size. High-priority
363 This is the low priority HCI events' buffer size. Low-priority event
627 This enables controller transfer periodic sync events to host