![]() |
ISSDK
1.8
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... | |
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 | 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 195 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 207 of file lpc54114.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 169 of file lpc54114.c.
Referenced by BOARD_BootClockVLPR(), fxlc95000_enSensor(), and main().
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 155 of file lpc54114.c.
Referenced by 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 219 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 231 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 183 of file lpc54114.c.
Definition at line 58 of file lpc54114.c.
Definition at line 63 of file lpc54114.c.
Definition at line 64 of file lpc54114.c.
Definition at line 69 of file lpc54114.c.
Definition at line 74 of file lpc54114.c.
Definition at line 79 of file lpc54114.c.
gpioHandleKSDK_t BLUE_LED |
Definition at line 142 of file lpc54114.c.
Definition at line 46 of file lpc54114.c.
Definition at line 51 of file lpc54114.c.
gpioHandleKSDK_t D10 |
Definition at line 125 of file lpc54114.c.
gpioHandleKSDK_t D11 |
Definition at line 29 of file lpc54114.c.
gpioHandleKSDK_t D12 |
Definition at line 34 of file lpc54114.c.
gpioHandleKSDK_t D13 |
Definition at line 39 of file lpc54114.c.
gpioHandleKSDK_t D14 |
Definition at line 17 of file lpc54114.c.
gpioHandleKSDK_t D15 |
Definition at line 22 of file lpc54114.c.
Definition at line 85 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.
Definition at line 110 of file lpc54114.c.
Definition at line 115 of file lpc54114.c.
Definition at line 120 of file lpc54114.c.
gpioHandleKSDK_t GREEN_LED |
Definition at line 137 of file lpc54114.c.
gpioHandleKSDK_t RED_LED |
Definition at line 132 of file lpc54114.c.