Searched refs:evt (Results 1 – 10 of 10) sorted by relevance
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/ |
| A D | hal_soc_eu_periph.h | 136 if (evt >= 256 || evt < 0) in hal_soc_eu_set_fc_mask() 139 int shift = evt % 32; in hal_soc_eu_set_fc_mask() 145 if (evt >= 256 || evt < 0) in hal_soc_eu_set_pr_mask() 148 int shift = evt % 32; in hal_soc_eu_set_pr_mask() 154 if (evt >= 256 || evt < 0) in hal_soc_eu_set_cl_mask() 157 int shift = evt % 32; in hal_soc_eu_set_cl_mask() 163 if (evt >= 256 || evt < 0) in hal_soc_eu_clear_fc_mask() 166 int shift = evt % 32; in hal_soc_eu_clear_fc_mask() 172 if (evt >= 256 || evt < 0) in hal_soc_eu_clear_pr_mask() 175 int shift = evt % 32; in hal_soc_eu_clear_pr_mask() [all …]
|
| A D | hal_spi_periph.h | 308 #define SPI_CMD_EOT(evt, cs_keep) \ argument 310 ((evt) << SPI_CMD_EOT_GEN_EVT_OFFSET) | \
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/ |
| A D | user.c | 293 …struct gattc_send_evt_cmd *evt = KE_MSG_ALLOC_DYN(GATTC_SEND_EVT_CMD,KE_BUILD_ID(TASK_GATTC , user… in user_exe_operation() local 294 … evt->operation = (user_env->operation->op != USER_DATA_NTF) ? GATTC_INDICATE : GATTC_NOTIFY; in user_exe_operation() 295 evt->length = user_env->operation->length; in user_exe_operation() 296 evt->handle = user_env->operation->handle; in user_exe_operation() 297 memcpy(evt->value, user_env->operation->data, evt->length); in user_exe_operation() 298 ke_msg_send(evt); in user_exe_operation()
|
| /bsp/wch/risc-v/ch32v103r-evt/ |
| A D | README.md | 1 # ch32v103r-evt BSP 说明 4 ch32v103r-evt 是基于 CH32V103 MCU 推出了一款开发板,包含 WCH-Link 调试器,具有丰富的外设,比较适合入门学习 RISC-V 架构。 100 LT@DESKTOP-WIN10 E:\WorkSpaces\rt-thread\bsp\wch\risc-v\ch32v103r-evt
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_pwm.c | 272 void PWM_OutMask(PWM_TypeDef * PWMx, uint32_t chn, uint32_t evt, uint32_t out, uint32_t evt_n, uint… in PWM_OutMask() argument 277 PWMx->EVMUX |= (evt << PWM_EVMUX_MASKA_Pos) | in PWM_OutMask() 288 PWMx->EVMUX |= (evt << PWM_EVMUX_MASKB_Pos) | in PWM_OutMask()
|
| A D | SWM341_pwm.h | 104 void PWM_OutMask(PWM_TypeDef * PWMx, uint32_t chn, uint32_t evt, uint32_t out, uint32_t evt_n, uint…
|
| /bsp/wch/arm/ch32f203r-evt/ |
| A D | README.md | 1 # ch32f203r-evt BSP 说明
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | nrfx_spim.c | 185 … nrfx_spim_evt_t evt; /* Keep the struct that is ready for event handler. Less memcpy. */ member 593 p_cb->evt.type = NRFX_SPIM_EVENT_DONE; in finish_transfer() 594 p_cb->handler(&p_cb->evt, p_cb->p_context); in finish_transfer() 760 p_cb->evt.xfer_desc = *p_xfer_desc; in nrfx_spim_xfer() 930 p_cb->evt.xfer_desc = *p_xfer_desc; in rtt_nrfx_spim_xfer()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_sdxc_drv.c | 780 void sdxc_enable_wakeup_event(SDXC_Type *base, sdxc_wakeup_event_t evt, bool enable) in sdxc_enable_wakeup_event() argument 782 uint32_t evt_u32 = (uint32_t) evt; in sdxc_enable_wakeup_event()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_sdxc_drv.h | 1178 void sdxc_enable_wakeup_event(SDXC_Type *base, sdxc_wakeup_event_t evt, bool enable);
|
Completed in 30 milliseconds