Searched refs:Edge (Results 1 – 8 of 8) sorted by relevance
467 uint32_t HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti, uint32_t Edge) in HAL_EXTI_GetPending() argument476 assert_param(IS_EXTI_PENDING_EDGE(Edge)); in HAL_EXTI_GetPending()496 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge) in HAL_EXTI_ClearPending() argument503 assert_param(IS_EXTI_PENDING_EDGE(Edge)); in HAL_EXTI_ClearPending()
290 uint32_t HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti, uint32_t Edge);291 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge);
2381 __STATIC_INLINE void LL_RTC_TS_SetActiveEdge(RTC_TypeDef *RTCx, uint32_t Edge) in LL_RTC_TS_SetActiveEdge() argument2383 MODIFY_REG(RTCx->CR, RTC_CR_TSEDGE, Edge); in LL_RTC_TS_SetActiveEdge()
254 ADC_HwTrgEdge_Type Edge; /*!< Select the trigger edge. */ member
224 | ADC_ADCR_TRGEDGE(conf->Edge) in ADC_EnableHwTrigger()
1085 ELC Input Port Group 1: Edge Detection: Rising edge1097 ELC Input Port Group 2: Edge Detection: Rising edge1111 ELC Single Port 0: Input Direction Setting: Edge Detection: Rising edge1117 ELC Single Port 1: Input Direction Setting: Edge Detection: Rising edge1123 ELC Single Port 2: Input Direction Setting: Edge Detection: Rising edge1129 ELC Single Port 3: Input Direction Setting: Edge Detection: Rising edge1146 Extra: Start bit detection: Falling Edge
2472 # Edge and Graph Attributes specification</a> You need to make sure dot is able
Completed in 25 milliseconds