/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_rtc.c | 46 #define EVT_TO_STR(event) \ argument 144 nrf_rtc_event_t event = RTC_CHANNEL_EVENT_ADDR(channel); in nrfx_rtc_cc_disable() local 176 nrf_rtc_event_t event = RTC_CHANNEL_EVENT_ADDR(channel); in nrfx_rtc_cc_set() local 223 nrf_rtc_event_t event = NRF_RTC_EVENT_TICK; in nrfx_rtc_tick_enable() local 246 nrf_rtc_event_t event = NRF_RTC_EVENT_OVERFLOW; in nrfx_rtc_overflow_enable() local 284 nrf_rtc_event_t event = NRF_RTC_EVENT_COMPARE_0; in irq_handler() local
|
H A D | nrfx_lpcomp.c | 42 #define EVT_TO_STR(event) \ argument 53 static void lpcomp_execute_handler(nrf_lpcomp_event_t event, uint32_t event_mask) in lpcomp_execute_handler()
|
H A D | nrfx_qdec.c | 42 #define EVT_TO_STR(event) \ argument 54 nrfx_qdec_event_t event; in nrfx_qdec_irq_handler() local
|
H A D | nrfx_comp.c | 42 #define EVT_TO_STR(event) \ argument 53 static void comp_execute_handler(nrf_comp_event_t event, uint32_t event_mask) in comp_execute_handler()
|
H A D | nrfx_saadc.c | 39 #define EVT_TO_STR(event) \ argument 87 #define LIMIT_EVENT_TO_CHANNEL(event) (uint8_t)(((uint32_t)event - \ argument 89 #define LIMIT_EVENT_TO_LIMIT_TYPE(event)((((uint32_t)event - (uint32_t)NRF_SAADC_EVENT_CH0_LIMITH) … argument 178 nrf_saadc_event_t event; in nrfx_saadc_irq_handler() local
|
H A D | nrfx_uart.c | 47 #define EVT_TO_STR(event) \ argument 495 nrfx_uart_event_t event; in rx_done_event() local 507 nrfx_uart_event_t event; in tx_done_event() local 547 nrfx_uart_event_t event; in uart_irq_handler() local
|
H A D | nrfx_uarte.c | 50 #define EVT_TO_STR(event) \ argument 475 nrfx_uarte_event_t event; in rx_done_event() local 487 nrfx_uarte_event_t event; in tx_done_event() local 531 nrfx_uarte_event_t event; in uarte_irq_handler() local
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_prot.c | 40 static void rt_wlan_prot_event_handle(struct rt_wlan_device *wlan, rt_wlan_dev_event_t event, struc… in rt_wlan_prot_event_handle() 165 rt_wlan_dev_event_t event; in rt_wlan_prot_attach_dev() local 221 rt_wlan_dev_event_t event; in rt_wlan_prot_detach_dev() local 280 rt_err_t rt_wlan_prot_event_register(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event, rt_wlan… in rt_wlan_prot_event_register() 302 rt_err_t rt_wlan_prot_event_unregister(struct rt_wlan_prot *prot, rt_wlan_prot_event_t event) in rt_wlan_prot_event_unregister()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_wdt.h | 297 __STATIC_INLINE void nrf_wdt_event_clear(nrf_wdt_event_t event) in nrf_wdt_event_clear() 306 __STATIC_INLINE bool nrf_wdt_event_check(nrf_wdt_event_t event) in nrf_wdt_event_check() 339 __STATIC_INLINE void nrf_wdt_publish_set(nrf_wdt_event_t event, in nrf_wdt_publish_set() 346 __STATIC_INLINE void nrf_wdt_publish_clear(nrf_wdt_event_t event) in nrf_wdt_publish_clear() 357 __STATIC_INLINE uint32_t nrf_wdt_event_address_get(nrf_wdt_event_t event) in nrf_wdt_event_address_get()
|
H A D | nrf_clock.h | 412 __STATIC_INLINE uint32_t nrf_clock_event_address_get(nrf_clock_event_t event) in nrf_clock_event_address_get() 417 __STATIC_INLINE void nrf_clock_event_clear(nrf_clock_event_t event) in nrf_clock_event_clear() 426 __STATIC_INLINE bool nrf_clock_event_check(nrf_clock_event_t event) in nrf_clock_event_check() 503 __STATIC_INLINE void nrf_clock_publish_set(nrf_clock_event_t event, in nrf_clock_publish_set() 510 __STATIC_INLINE void nrf_clock_publish_clear(nrf_clock_event_t event) in nrf_clock_publish_clear()
|
H A D | nrf_rtc.h | 328 nrf_rtc_event_t event, in nrf_rtc_publish_set() 336 nrf_rtc_event_t event) in nrf_rtc_publish_clear() 342 __STATIC_INLINE uint32_t nrf_rtc_event_pending(NRF_RTC_Type * p_reg, nrf_rtc_event_t event) in nrf_rtc_event_pending() 347 __STATIC_INLINE void nrf_rtc_event_clear(NRF_RTC_Type * p_reg, nrf_rtc_event_t event) in nrf_rtc_event_clear() 371 __STATIC_INLINE uint32_t nrf_rtc_event_address_get(NRF_RTC_Type * p_reg, nrf_rtc_event_t event) in nrf_rtc_event_address_get()
|
H A D | nrf_ecb.h | 232 __STATIC_INLINE void nrf_ecb_event_clear(NRF_ECB_Type * p_reg, nrf_ecb_event_t event) in nrf_ecb_event_clear() 241 __STATIC_INLINE bool nrf_ecb_event_check(NRF_ECB_Type const * p_reg, nrf_ecb_event_t event) in nrf_ecb_event_check() 247 nrf_ecb_event_t event) in nrf_ecb_event_address_get()
|
H A D | nrf_kmu.h | 207 __STATIC_INLINE void nrf_kmu_event_clear(NRF_KMU_Type * p_reg, nrf_kmu_event_t event) in nrf_kmu_event_clear() 214 __STATIC_INLINE bool nrf_kmu_event_check(NRF_KMU_Type const * p_reg, nrf_kmu_event_t event) in nrf_kmu_event_check() 220 nrf_kmu_event_t event) in nrf_kmu_event_address_get()
|
H A D | nrf_gpiote.h | 353 __STATIC_INLINE bool nrf_gpiote_event_is_set(nrf_gpiote_events_t event) in nrf_gpiote_event_is_set() 358 __STATIC_INLINE void nrf_gpiote_event_clear(nrf_gpiote_events_t event) in nrf_gpiote_event_clear() 367 __STATIC_INLINE uint32_t nrf_gpiote_event_addr_get(nrf_gpiote_events_t event) in nrf_gpiote_event_addr_get() 400 __STATIC_INLINE void nrf_gpiote_publish_set(nrf_gpiote_events_t event, in nrf_gpiote_publish_set() 407 __STATIC_INLINE void nrf_gpiote_publish_clear(nrf_gpiote_events_t event) in nrf_gpiote_publish_clear()
|
H A D | nrf_twis.h | 546 nrf_twis_event_t event) in nrf_twis_event_clear() 557 nrf_twis_event_t event) in nrf_twis_event_check() 564 nrf_twis_event_t event) in nrf_twis_event_get_and_clear() 576 nrf_twis_event_t event) in nrf_twis_event_address_get() 635 nrf_twis_event_t event, in nrf_twis_publish_set() 643 nrf_twis_event_t event) in nrf_twis_publish_clear()
|
H A D | nrf_spu.h | 282 nrf_spu_event_t event) in nrf_spu_event_clear() 290 nrf_spu_event_t event) in nrf_spu_event_check() 314 nrf_spu_event_t event, in nrf_spu_publish_set() 322 nrf_spu_event_t event) in nrf_spu_publish_clear()
|
H A D | nrf_twim.h | 409 nrf_twim_event_t event) in nrf_twim_event_clear() 419 nrf_twim_event_t event) in nrf_twim_event_check() 425 nrf_twim_event_t event) in nrf_twim_event_address_get() 476 nrf_twim_event_t event, in nrf_twim_publish_set() 484 nrf_twim_event_t event) in nrf_twim_publish_clear()
|
H A D | nrf_i2s.h | 451 nrf_i2s_event_t event) in nrf_i2s_event_clear() 461 nrf_i2s_event_t event) in nrf_i2s_event_check() 467 nrf_i2s_event_t event) in nrf_i2s_event_address_get() 514 nrf_i2s_event_t event, in nrf_i2s_publish_set() 522 nrf_i2s_event_t event) in nrf_i2s_publish_clear()
|
H A D | nrf_uarte.h | 456 __STATIC_INLINE void nrf_uarte_event_clear(NRF_UARTE_Type * p_reg, nrf_uarte_event_t event) in nrf_uarte_event_clear() 466 __STATIC_INLINE bool nrf_uarte_event_check(NRF_UARTE_Type * p_reg, nrf_uarte_event_t event) in nrf_uarte_event_check() 472 nrf_uarte_event_t event) in nrf_uarte_event_address_get() 518 nrf_uarte_event_t event, in nrf_uarte_publish_set() 526 nrf_uarte_event_t event) in nrf_uarte_publish_clear()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_l2cap_test.c | 474 ble_l2cap_test_util_conn_cb(struct ble_gap_event *event, void *arg) in ble_l2cap_test_util_conn_cb() 663 struct event { struct 674 struct event event[3]; argument 686 ble_l2cap_test_event(struct ble_l2cap_event *event, void *arg) in ble_l2cap_test_event()
|
H A D | ble_os_test.c | 101 ble_gap_direct_connect_test_connect_cb(struct ble_gap_event *event, void *arg) in ble_gap_direct_connect_test_connect_cb() 181 ble_os_disc_test_cb(struct ble_gap_event *event, void *arg) in ble_os_disc_test_cb() 267 ble_gap_terminate_cb(struct ble_gap_event *event, void *arg) in ble_gap_terminate_cb()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/ |
H A D | ext_advertiser.c | 39 start_ext_max_events_gap_event(struct ble_gap_event *event, void *arg) in start_ext_max_events_gap_event() 135 start_legacy_duration_gap_event(struct ble_gap_event *event, void *arg) in start_legacy_duration_gap_event() 298 scannable_ext_gap_event(struct ble_gap_event *event, void *arg) in scannable_ext_gap_event()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gap.c | 599 ble_gap_call_event_cb(struct ble_gap_event *event, in ble_gap_call_event_cb() 622 ble_gap_call_conn_event_cb(struct ble_gap_event *event, uint16_t conn_handle) in ble_gap_call_conn_event_cb() 725 struct ble_gap_event event; in ble_gap_adv_finished() local 747 struct ble_gap_event event; in ble_gap_master_connect_failure() local 768 struct ble_gap_event event; in ble_gap_master_connect_cancelled() local 790 struct ble_gap_event event; in ble_gap_disc_report() local 818 struct ble_gap_event event; in ble_gap_disc_complete() local 840 struct ble_gap_event event; in ble_gap_update_notify() local 1004 struct ble_gap_event event; in ble_gap_conn_broken() local 1072 struct ble_gap_event event; in ble_gap_rx_disconn_complete() local [all …]
|
H A D | ble_store.c | 98 ble_store_status(struct ble_store_status_event *event) in ble_store_status() 116 struct ble_store_status_event event; in ble_store_overflow_event() local 128 struct ble_store_status_event event; in ble_store_full_event() local
|
/nrf52832-nimble/rt-thread/src/ |
H A D | ipc.c | 912 rt_err_t rt_event_init(rt_event_t event, const char *name, rt_uint8_t flag) in rt_event_init() 940 rt_err_t rt_event_detach(rt_event_t event) in rt_event_detach() 968 rt_event_t event; in rt_event_create() local 997 rt_err_t rt_event_delete(rt_event_t event) in rt_event_delete() 1026 rt_err_t rt_event_send(rt_event_t event, rt_uint32_t set) in rt_event_send() 1124 rt_err_t rt_event_recv(rt_event_t event, in rt_event_recv() 1246 rt_err_t rt_event_control(rt_event_t event, int cmd, void *arg) in rt_event_control()
|