Macros
Collaboration diagram for SDIO_Clock_Bypass:

Macros

#define IS_SDIO_CLOCK_BYPASS(BYPASS)
 
#define IS_SDIO_CLOCK_BYPASS(BYPASS)
 
#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)
 
#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)
 
#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)
 
#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)
 

Detailed Description

Macro Definition Documentation

#define IS_SDIO_CLOCK_BYPASS (   BYPASS)
Value:
(((BYPASS) == SDIO_ClockBypass_Disable) || \
((BYPASS) == SDIO_ClockBypass_Enable))
#define SDIO_ClockBypass_Enable
#define SDIO_ClockBypass_Disable

Definition at line 137 of file stm32f10x_sdio.h.

#define IS_SDIO_CLOCK_BYPASS (   BYPASS)
Value:
(((BYPASS) == SDIO_ClockBypass_Disable) || \
((BYPASS) == SDIO_ClockBypass_Enable))
#define SDIO_ClockBypass_Enable
#define SDIO_ClockBypass_Disable

Definition at line 140 of file stm32f4xx_sdio.h.

#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)

Definition at line 135 of file stm32f10x_sdio.h.

#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)

Definition at line 138 of file stm32f4xx_sdio.h.

#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)

Definition at line 136 of file stm32f10x_sdio.h.

#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)

Definition at line 139 of file stm32f4xx_sdio.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54