Searched refs:pLineAttributes (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_exti.c | 753 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes) in HAL_EXTI_GetConfigLineAttributes() argument 762 if(pLineAttributes == NULL) in HAL_EXTI_GetConfigLineAttributes() 804 *pLineAttributes = attributes; in HAL_EXTI_GetConfigLineAttributes()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_exti.c | 761 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes) in HAL_EXTI_GetConfigLineAttributes() argument 770 if (pLineAttributes == NULL) in HAL_EXTI_GetConfigLineAttributes() 808 *pLineAttributes = attributes; in HAL_EXTI_GetConfigLineAttributes()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_exti.c | 756 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes) in HAL_EXTI_GetConfigLineAttributes() argument 765 if (pLineAttributes == NULL) in HAL_EXTI_GetConfigLineAttributes() 807 *pLineAttributes = attributes; in HAL_EXTI_GetConfigLineAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_exti.c | 764 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes) in HAL_EXTI_GetConfigLineAttributes() argument 773 if (pLineAttributes == NULL) in HAL_EXTI_GetConfigLineAttributes() 815 *pLineAttributes = attributes; in HAL_EXTI_GetConfigLineAttributes()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_exti.c | 755 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes) in HAL_EXTI_GetConfigLineAttributes() argument 764 if (pLineAttributes == NULL) in HAL_EXTI_GetConfigLineAttributes() 806 *pLineAttributes = attributes; in HAL_EXTI_GetConfigLineAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_exti.h | 314 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_exti.h | 367 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_exti.h | 344 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_exti.h | 456 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_exti.h | 387 HAL_StatusTypeDef HAL_EXTI_GetConfigLineAttributes(uint32_t ExtiLine, uint32_t *pLineAttributes);
|