S2-LP Low Level API  v. 1.3.0
Functions
FIFO Handler A Private Functions

Functions

void HAL_GPIO_EXTI_Callback (uint16_t GPIO_Pin)
 
void fitPayload (void)
 Fits the Tx buffer with the first nPayloadLength integer numbers starting from 0. More...
 
int main (void)
 System main function. More...
 

Detailed Description

Function Documentation

◆ fitPayload()

void fitPayload ( void  )

Fits the Tx buffer with the first nPayloadLength integer numbers starting from 0.

Parameters
None
Return values
None

Definition at line 233 of file SDK_FifoHandler_A.c.

◆ HAL_GPIO_EXTI_Callback()

void HAL_GPIO_EXTI_Callback ( uint16_t  GPIO_Pin)

Definition at line 161 of file SDK_FifoHandler_A.c.

◆ main()

int main ( void  )

System main function.

Parameters
None
Return values
None

Definition at line 321 of file SDK_FifoHandler_A.c.