![]()  | 
  
    ISSDK
    1.8
    
   IoT Sensing Software Development Kit 
   | 
 
The lpc55s16.c file defines GPIO pins and I2C CMSIS utilities for LPCXpresso55s16 board. More...
#include "lpc55s16.h"
Go to the source code of this file.
Functions | |
| void | BOARD_BootClockRUN (void) | 
| Kinetis style Wrapper API for handling all Clock related configurations.  More... | |
| status_t | SMC_SetPowerModeWait (void *arg) | 
| Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility.  More... | |
| status_t | SMC_SetPowerModeVlpr (void *arg) | 
| Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility.  More... | |
| uint32_t | USART0_GetFreq (void) | 
| Determines the Clock Frequency feature.  More... | |
| uint32_t | I2C4_GetFreq (void) | 
| Determines the Clock Frequency feature.  More... | |
| uint32_t | SPI7_GetFreq (void) | 
| Determines the Clock Frequency feature.  More... | |
The lpc55s16.c file defines GPIO pins and I2C CMSIS utilities for LPCXpresso55s16 board.
Definition in file lpc55s16.c.
| void BOARD_BootClockRUN | ( | void | ) | 
Kinetis style Wrapper API for handling all Clock related configurations.
This function executes configuration of clocks.
| void | 
Definition at line 86 of file lpc55s16.c.
| uint32_t I2C4_GetFreq | ( | void | ) | 
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_i2c_cmsis.c.
| [in] | void | 
Definition at line 145 of file lpc55s16.c.
| status_t SMC_SetPowerModeVlpr | ( | void * | arg | ) | 
Configures the system to VLPR power mode. API name used from Kinetis family to maintain compatibility.
| Power | peripheral base address (dummy). | 
Definition at line 119 of file lpc55s16.c.
| status_t SMC_SetPowerModeWait | ( | void * | arg | ) | 
Configures the system to WAIT power mode. API name used from Kinetis family to maintain compatibility.
| Power | peripheral base address (dummy). | 
Definition at line 105 of file lpc55s16.c.
| uint32_t SPI7_GetFreq | ( | void | ) | 
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_spi_cmsis.c.
| [in] | void | 
Definition at line 157 of file lpc55s16.c.
| uint32_t USART0_GetFreq | ( | void | ) | 
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_uart_cmsis.c.
| [in] | void | 
Definition at line 133 of file lpc55s16.c.
| gpioHandleKSDK_t BLUE_LED | 
Definition at line 74 of file lpc55s16.c.
Definition at line 51 of file lpc55s16.c.
Definition at line 57 of file lpc55s16.c.
| gpioHandleKSDK_t D11 | 
Definition at line 31 of file lpc55s16.c.
| gpioHandleKSDK_t D12 | 
Definition at line 37 of file lpc55s16.c.
| gpioHandleKSDK_t D13 | 
Definition at line 43 of file lpc55s16.c.
| gpioHandleKSDK_t D14 | 
Definition at line 17 of file lpc55s16.c.
| gpioHandleKSDK_t D15 | 
Definition at line 23 of file lpc55s16.c.
| gpioHandleKSDK_t GREEN_LED | 
Definition at line 69 of file lpc55s16.c.
| gpioHandleKSDK_t RED_LED | 
Definition at line 64 of file lpc55s16.c.