STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
macros to handle interrupts and specific clock configurations More...
Macros | |
#define | __HAL_PCD_ENABLE(__HANDLE__) |
#define | __HAL_PCD_DISABLE(__HANDLE__) |
#define | __HAL_PCD_GET_FLAG(__HANDLE__, __INTERRUPT__) |
#define | __HAL_PCD_CLEAR_FLAG(__HANDLE__, __INTERRUPT__) |
#define | __HAL_PCD_IS_INVALID_INTERRUPT(__HANDLE__) |
#define | __HAL_PCD_UNGATE_PHYCLOCK(__HANDLE__) |
#define | __HAL_PCD_GATE_PHYCLOCK(__HANDLE__) |
#define | __HAL_PCD_IS_PHY_SUSPENDED(__HANDLE__) |
#define | __HAL_USB_OTG_HS_WAKEUP_EXTI_ENABLE_IT() |
#define | __HAL_USB_OTG_HS_WAKEUP_EXTI_DISABLE_IT() |
#define | __HAL_USB_OTG_HS_WAKEUP_EXTI_GET_FLAG() |
#define | __HAL_USB_OTG_HS_WAKEUP_EXTI_CLEAR_FLAG() |
#define | __HAL_USB_OTG_HS_WAKEUP_EXTI_ENABLE_RISING_EDGE() |
#define | __HAL_USB_OTG_FS_WAKEUP_EXTI_ENABLE_IT() |
#define | __HAL_USB_OTG_FS_WAKEUP_EXTI_DISABLE_IT() |
#define | __HAL_USB_OTG_FS_WAKEUP_EXTI_GET_FLAG() |
#define | __HAL_USB_OTG_FS_WAKEUP_EXTI_CLEAR_FLAG() |
#define | __HAL_USB_OTG_FS_WAKEUP_EXTI_ENABLE_RISING_EDGE() |
macros to handle interrupts and specific clock configurations
#define __HAL_PCD_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 193 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_Start().
#define __HAL_PCD_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 194 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_Init(), and HAL_PCD_Stop().
#define __HAL_PCD_GET_FLAG | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 196 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler().
#define __HAL_PCD_CLEAR_FLAG | ( | __HANDLE__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 200 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler().
#define __HAL_PCD_IS_INVALID_INTERRUPT | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 201 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler().
#define __HAL_PCD_UNGATE_PHYCLOCK | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 203 of file stm32f4xx_hal_pcd.h.
#define __HAL_PCD_GATE_PHYCLOCK | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 206 of file stm32f4xx_hal_pcd.h.
#define __HAL_PCD_IS_PHY_SUSPENDED | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 209 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_HS_WAKEUP_EXTI_ENABLE_IT | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 212 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_HS_WAKEUP_EXTI_DISABLE_IT | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 213 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_HS_WAKEUP_EXTI_GET_FLAG | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 214 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_HS_WAKEUP_EXTI_CLEAR_FLAG | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 215 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_WKUP_IRQHandler().
#define __HAL_USB_OTG_HS_WAKEUP_EXTI_ENABLE_RISING_EDGE | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 217 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_FS_WAKEUP_EXTI_ENABLE_IT | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 222 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_FS_WAKEUP_EXTI_DISABLE_IT | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 223 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_FS_WAKEUP_EXTI_GET_FLAG | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 224 of file stm32f4xx_hal_pcd.h.
#define __HAL_USB_OTG_FS_WAKEUP_EXTI_CLEAR_FLAG | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 225 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_WKUP_IRQHandler().
#define __HAL_USB_OTG_FS_WAKEUP_EXTI_ENABLE_RISING_EDGE | ( | ) |
#include <stm32f4xx_hal_pcd.h>
Definition at line 227 of file stm32f4xx_hal_pcd.h.