Fork of the GitHub version

Embed: (wiki syntax)

« Back to documentation index

X_NUCLEO_NFC04A1_Public_Functions

X_NUCLEO_NFC04A1_Public_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.
uint8_t NFC04A1_LPD_ReadPin (DigitalOut *mLPD)
 This function get the GPIO value through GPIO.
void NFC04A1_LPD_WritePin (uint8_t LpdPinState, DigitalOut *mLPD)
 This function get the GPIO value through GPIO.
void NFC04A1_Selecti2cSpeed (uint8_t i2cspeedchoice, I2C *mi2cChannel)
 This function select the i2cChannel1 speed to communicate with NFCTAG.

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.

uint8_t NFC04A1_LPD_ReadPin ( DigitalOut *  mLPD )

This function get the GPIO value through GPIO.

Parameters:
None
Return values:
HALGPIO pin status

Definition at line 126 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.

void NFC04A1_Selecti2cSpeed ( uint8_t  i2cspeedchoice,
I2C *  mi2cChannel 
)

This function select the i2cChannel1 speed to communicate with NFCTAG.

Parameters:
i2cChannelspeedchoiceNumber from 0 to 5 to select i2cChannel speed
mi2cChannel: I2C channel
Return values:
HALGPIO pin status

Definition at line 147 of file x_nucleo_nfc04a1.cpp.