Home
last modified time | relevance | path

Searched refs:ITSourceLine (Results 1 – 5 of 5) sorted by relevance

/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_syscfg.c288 uint32_t SYSCFG_GetPendingIT(uint32_t ITSourceLine) in SYSCFG_GetPendingIT() argument
290 assert_param(IS_SYSCFG_ITLINE(ITSourceLine)); in SYSCFG_GetPendingIT()
291 return (SYSCFG->IT_LINE_SR[(ITSourceLine >> 0x18)] & (ITSourceLine & 0x00FFFFFF)); in SYSCFG_GetPendingIT()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_syscfg.h66 u32 SYSCFG_GetPendingIT(u32 ITSourceLine);
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_syscfg.h161 uint32_t SYSCFG_GetPendingIT(uint32_t ITSourceLine);
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_syscfg.h161 uint32_t SYSCFG_GetPendingIT(uint32_t ITSourceLine);
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_syscfg.h394 uint32_t SYSCFG_GetPendingIT(uint32_t ITSourceLine);

Completed in 10 milliseconds