![]() |
S2-LP Low Level API
v. 1.3.0
|
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... | |
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.
None |
None |
Definition at line 159 of file SDK_FifoHandler_B.c.
int main | ( | void | ) |
System main function.
None |
None |
Definition at line 322 of file SDK_FifoHandler_B.c.
void printDbgData | ( | void | ) |
Debug printing function.
None |
None |
Definition at line 219 of file SDK_FifoHandler_B.c.