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

Functions

void HAL_GPIO_EXTI_Callback (uint16_t GPIO_Pin)
 This function handles External interrupt request. In this application it is used to manage the S2LP IRQ configured to be notified on the S2LP GPIO_3. More...
 
void printDbgData (void)
 Debug printing function. More...
 
int main (void)
 System main function. More...
 

Detailed Description

Function Documentation

◆ HAL_GPIO_EXTI_Callback()

void HAL_GPIO_EXTI_Callback ( uint16_t  GPIO_Pin)

This function handles External interrupt request. In this application it is used to manage the S2LP IRQ configured to be notified on the S2LP GPIO_3.

Parameters
None
Return values
None

Definition at line 159 of file SDK_FifoHandler_B.c.

◆ main()

int main ( void  )

System main function.

Parameters
None
Return values
None

Definition at line 322 of file SDK_FifoHandler_B.c.

◆ printDbgData()

void printDbgData ( void  )

Debug printing function.

Parameters
None
Return values
None

Definition at line 219 of file SDK_FifoHandler_B.c.