![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
The lpc54114.c file defines GPIO pins and I2C CMSIS utilities for LPCXpresso54114 board. More...
#include "lpc54114.h"
Go to the source code of this file.
Functions | |
status_t | SMC_SetPowerModeWait (void *arg) |
Configures the system to WAIT 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 | I2C5_GetFreq (void) |
Determines the Clock Frequency feature. More... | |
uint32_t | SPI3_GetFreq (void) |
Determines the Clock Frequency feature. More... | |
uint32_t | SPI5_GetFreq (void) |
Determines the Clock Frequency feature. More... | |
The lpc54114.c file defines GPIO pins and I2C CMSIS utilities for LPCXpresso54114 board.
Definition in file lpc54114.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 207 of file lpc54114.c.
uint32_t I2C5_GetFreq | ( | void | ) |
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_i2c_cmsis.c.
[in] | void |
Definition at line 219 of file lpc54114.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 181 of file lpc54114.c.
Referenced by fxlc95000_enSensor(), and main().
uint32_t SPI3_GetFreq | ( | void | ) |
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_spi_cmsis.c.
[in] | void |
Definition at line 231 of file lpc54114.c.
uint32_t SPI5_GetFreq | ( | void | ) |
Determines the Clock Frequency feature.
The Clock Frequecny computation API required by fsl_spi_cmsis.c.
[in] | void |
Definition at line 243 of file lpc54114.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 195 of file lpc54114.c.
Definition at line 84 of file lpc54114.c.
Definition at line 89 of file lpc54114.c.
Definition at line 90 of file lpc54114.c.
Definition at line 95 of file lpc54114.c.
Definition at line 100 of file lpc54114.c.
Definition at line 105 of file lpc54114.c.
gpioHandleKSDK_t BLUE_LED |
Definition at line 168 of file lpc54114.c.
Definition at line 72 of file lpc54114.c.
Definition at line 77 of file lpc54114.c.
gpioHandleKSDK_t D10 |
Definition at line 151 of file lpc54114.c.
gpioHandleKSDK_t D11 |
Definition at line 55 of file lpc54114.c.
gpioHandleKSDK_t D12 |
Definition at line 60 of file lpc54114.c.
gpioHandleKSDK_t D13 |
Definition at line 65 of file lpc54114.c.
gpioHandleKSDK_t D14 |
Definition at line 43 of file lpc54114.c.
gpioHandleKSDK_t D15 |
Definition at line 48 of file lpc54114.c.
Definition at line 111 of file lpc54114.c.
Definition at line 116 of file lpc54114.c.
Definition at line 121 of file lpc54114.c.
Definition at line 126 of file lpc54114.c.
Definition at line 131 of file lpc54114.c.
Definition at line 136 of file lpc54114.c.
Definition at line 141 of file lpc54114.c.
Definition at line 146 of file lpc54114.c.
gpioHandleKSDK_t GREEN_LED |
Definition at line 163 of file lpc54114.c.
gpioHandleKSDK_t RED_LED |
Definition at line 158 of file lpc54114.c.