ST Expansion SW Team / BSP

Dependents:   mbed-os-nfc04a1 Wiagro-Lanza34-XDot

Embed: (wiki syntax)

« Back to documentation index

ST25DV_NUCLEO_Exported_Functions

ST25DV_NUCLEO_Exported_Functions
[X_NUCLEO_NFC04A1]

Functions

void NFC04A1_LED_Toggle (DigitalOut *led)
 Toggles the selected LED.
DigitalOut NFC04A1_GPO_ReadPin (DigitalOut *mMISO)
 This function get the GPIO value through GPIO.
void NFC04A1_LPD_Init (DigitalOut *mLPD)
 This function initialize the GPIO to manage the NFCTAG LPD pin.
void NFC04A1_LPD_WritePin (uint8_t LpdPinState, DigitalOut *mLPD)
 This function get the GPIO value through GPIO.

Function Documentation

DigitalOut NFC04A1_GPO_ReadPin ( DigitalOut *  mMISO )

This function get the GPIO value through GPIO.

Parameters:
None
Return values:
HALGPIO pin status

Definition at line 105 of file x_nucleo_nfc04a1.cpp.

void NFC04A1_LED_Toggle ( DigitalOut *  led )

Toggles the selected LED.

Parameters:
led: Specifies the Led to be toggled
Return values:
None

Definition at line 93 of file x_nucleo_nfc04a1.cpp.

void NFC04A1_LPD_Init ( DigitalOut *  mLPD )

This function initialize the GPIO to manage the NFCTAG LPD pin.

Parameters:
None
Return values:
None

Definition at line 116 of file x_nucleo_nfc04a1.cpp.

void NFC04A1_LPD_WritePin ( uint8_t  LpdPinState,
DigitalOut *  mLPD 
)

This function get the GPIO value through GPIO.

Parameters:
None
Return values:
HALGPIO pin status

Definition at line 136 of file x_nucleo_nfc04a1.cpp.