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

◆ IS_SDIO_CLOCK_BYPASS [1/2]

#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.

◆ IS_SDIO_CLOCK_BYPASS [2/2]

#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.

◆ SDIO_ClockBypass_Disable [1/2]

#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)

Definition at line 135 of file stm32f10x_sdio.h.

◆ SDIO_ClockBypass_Disable [2/2]

#define SDIO_ClockBypass_Disable   ((uint32_t)0x00000000)

Definition at line 138 of file stm32f4xx_sdio.h.

◆ SDIO_ClockBypass_Enable [1/2]

#define SDIO_ClockBypass_Enable   ((uint32_t)0x00000400)

Definition at line 136 of file stm32f10x_sdio.h.

◆ SDIO_ClockBypass_Enable [2/2]

#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 Mon Feb 28 2022 23:36:15