Searched refs:INTRISEEN (Results 1 – 4 of 4) sorted by relevance
42 GPIOx->INTRISEEN |= (0x01 << n); //高电平触发 in EXTI_Init()44 GPIOx->INTRISEEN &= ~(0x01 << n); //低电平触发 in EXTI_Init()59 GPIOx->INTRISEEN |= (0x01 << n); //上升沿触发 in EXTI_Init()61 GPIOx->INTRISEEN &= ~(0x01 << n); //下降沿触发 in EXTI_Init()
41 GPIOx->INTRISEEN |= (0x01 << n); //高电平触发 in EXTI_Init()43 GPIOx->INTRISEEN &= ~(0x01 << n); //低电平触发 in EXTI_Init()58 GPIOx->INTRISEEN |= (0x01 << n); //上升沿触发 in EXTI_Init()60 GPIOx->INTRISEEN &= ~(0x01 << n); //下降沿触发 in EXTI_Init()
1175 …__IO uint32_t INTRISEEN; //Interrupt Rise Edge Enable 1 上升沿/高电平触发中断 0 下降沿/低电平触… member
691 …__IO uint32_t INTRISEEN; //Interrupt Rise Edge Enable 1 上升沿/高电平触发中断 0 下降沿/低电平触… member
Completed in 44 milliseconds