Searched refs:event_type (Results 1 – 13 of 13) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/ipc_event_mgr/ |
| A D | hpm_ipc_event_mgr.c | 83 uint16_t event_type; in ipc_event_handler() local 87 event_type = (uint16_t)(data >> 16u); in ipc_event_handler() 90 …if (((ipc_event_type_t)event_type >= ipc_remote_start_event) && ((ipc_event_type_t)event_type < ip… in ipc_event_handler() 91 if (s_ipc_event_table[(ipc_event_type_t)event_type].callback != NULL) { in ipc_event_handler() 92 s_ipc_event_table[(ipc_event_type_t)event_type].callback( in ipc_event_handler() 93 event_data, s_ipc_event_table[(ipc_event_type_t)event_type].callback_data); in ipc_event_handler()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | ke_event.h | 89 uint8_t ke_event_callback_set(uint8_t event_type, void (*p_callback)(void)); 101 void ke_event_set(uint8_t event_type); 110 void ke_event_clear(uint8_t event_type); 121 uint8_t ke_event_get(uint8_t event_type);
|
| /bsp/simulator/pcap/Include/pcap/ |
| A D | usb.h | 74 u_int8_t event_type; member
|
| /bsp/k230/drivers/utest/ |
| A D | test_pdma.c | 51 test_pdma_event_t event_type = is_done ? TEST_PDMA_EVENT_COMPLETE : TEST_PDMA_EVENT_TIMEOUT; in test_pdma_call_back() local 52 rt_event_send(test_pdma_event, event_type); in test_pdma_call_back()
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_hwtimer.c | 102 static void timer_callback(nrf_timer_event_t event_type, void* p_context) in timer_callback() argument 108 event_type, timer_info->timer_inst.instance_id, timer_info->timer_inst.cc_channel_count); in timer_callback()
|
| /bsp/raspberry-pi/raspi4-32/driver/ |
| A D | drv_bluetooth.c | 735 unsigned char event_type = buf[2]; in bt_search() local 737 if (event_type == 0x00) in bt_search()
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_adc.c | 271 ald_status_t ald_adc_poll_for_event(ald_adc_handle_t *hperh, ald_adc_event_type_t event_type, uint3… in ald_adc_poll_for_event() argument 276 assert_param(IS_ADC_EVENT_TYPE(event_type)); in ald_adc_poll_for_event() 279 while (ald_adc_get_flag_status(hperh, (ald_adc_flag_t)event_type) == RESET) { in ald_adc_poll_for_event()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 304 ald_status_t ald_adc_poll_for_event(adc_handle_t *hperh, adc_event_type_t event_type, uint32_t time… in ald_adc_poll_for_event() argument 309 assert_param(IS_ADC_EVENT_TYPE(event_type)); in ald_adc_poll_for_event() 312 while (ald_adc_get_flag_status(hperh, (adc_flag_t)event_type) == RESET) { in ald_adc_poll_for_event()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 293 ald_status_t ald_adc_poll_for_event(adc_handle_t *hperh, adc_event_type_t event_type, uint32_t time… in ald_adc_poll_for_event() argument 298 assert_param(IS_ADC_EVENT_TYPE(event_type)); in ald_adc_poll_for_event() 301 while (ald_adc_get_flag_status(hperh, (adc_flag_t)event_type) == RESET) { in ald_adc_poll_for_event()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_adc.h | 501 ald_status_t ald_adc_poll_for_event(adc_handle_t *hperh, adc_event_type_t event_type, uint32_t time…
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_adc.h | 520 ald_status_t ald_adc_poll_for_event(adc_handle_t *hperh, adc_event_type_t event_type, uint32_t time…
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_adc.h | 518 ald_status_t ald_adc_poll_for_event(ald_adc_handle_t *hperh, ald_adc_event_type_t event_type, uint3…
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_mcan_drv.h | 300 uint16_t event_type: 2; /*!< Event type */ member
|
Completed in 46 milliseconds