Rajath Ravi / Mbed 2 deprecated ravi_blinkycode

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

SYSCFG_Private_Functions

SYSCFG_Private_Functions
[SYSCFG_MORT]

Functions

void SYSCFG_DeInit_mort (void)
 Deinitializes the Alternate Functions (remap and EXTI configuration) registers to their default reset values.
void SYSCFG_EXTILineConfig_mort (uint8_t EXTI_PortSourceGPIOx, uint8_t EXTI_PinSourcex)
 Selects the GPIO pin used as EXTI Line.
void SYSCFG_ETH_MediaInterfaceConfig_mort (uint32_t SYSCFG_ETH_MediaInterface)
 Selects the ETHERNET media interface.
void SYSCFG_CompensationCellCmd_mort (FunctionalState NewState)
 Enables or disables the I/O Compensation Cell.
FlagStatus SYSCFG_GetCompensationCellStatus_mort (void)
 Checks whether the I/O Compensation Cell ready flag is set or not.

Function Documentation

void SYSCFG_CompensationCellCmd_mort ( FunctionalState  NewState )

Enables or disables the I/O Compensation Cell.

Note:
The I/O compensation cell can be used only when the device supply voltage ranges from 2.4 to 3.6 V.
Parameters:
NewState,:new state of the I/O Compensation Cell. This parameter can be one of the following values:

  • ENABLE: I/O compensation cell enabled
  • DISABLE: I/O compensation cell power-down mode
Return values:
None

Definition at line 165 of file stm32f4xx_syscfg_mort.c.

void SYSCFG_DeInit_mort ( void   )

Deinitializes the Alternate Functions (remap and EXTI configuration) registers to their default reset values.

Parameters:
None
Return values:
None

Definition at line 105 of file stm32f4xx_syscfg_mort.c.

void SYSCFG_ETH_MediaInterfaceConfig_mort ( uint32_t  SYSCFG_ETH_MediaInterface )

Selects the ETHERNET media interface.

Parameters:
SYSCFG_ETH_MediaInterface,:specifies the Media Interface mode. This parameter can be one of the following values:

  • SYSCFG_ETH_MediaInterface_MII_MORT: MII mode selected
  • SYSCFG_ETH_MediaInterface_RMII_MORT: RMII mode selected
Return values:
None

Definition at line 148 of file stm32f4xx_syscfg_mort.c.

void SYSCFG_EXTILineConfig_mort ( uint8_t  EXTI_PortSourceGPIOx,
uint8_t  EXTI_PinSourcex 
)

Selects the GPIO pin used as EXTI Line.

Parameters:
EXTI_PortSourceGPIOx: selects the GPIO port to be used as source for EXTI lines where x can be (A..K) for STM32F42xxx/43xxx devices, (A..I) for STM32F405xx/407xx and STM32F415xx/417xx devices or (A, B, C, D and H) for STM32401xx devices.
EXTI_PinSourcex,:specifies the EXTI line to be configured. This parameter can be EXTI_PinSourcex where x can be (0..15, except for EXTI_PortSourceGPIOI_MORT x can be (0..11) for STM32F405xx/407xx and STM32F405xx/407xx devices and for EXTI_PortSourceGPIOK_MORT x can be (0..7) for STM32F42xxx/43xxx devices.
Return values:
None

Definition at line 127 of file stm32f4xx_syscfg_mort.c.

FlagStatus SYSCFG_GetCompensationCellStatus_mort ( void   )

Checks whether the I/O Compensation Cell ready flag is set or not.

Parameters:
None
Return values:
Thenew state of the I/O Compensation Cell ready flag (SET or RESET)

Definition at line 178 of file stm32f4xx_syscfg_mort.c.