bio.h File Reference

Provides the map of all Board Pins, and initializes all connected signals of the board. More...

#include "LPC17xx.h"
Include dependency graph for bio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIO_FLASH_CS_P0PIN   6
 P0.6. More...
 
#define BIO_NORDIC_CS_P0PIN   16
 P0.16. More...
 
#define BIO_NORDIC_IRQ_P0PIN   22
 P0.22. More...
 
#define BIO_NORDIC_CE_P1PIN   24
 P1.24. More...
 
#define BIO_LIGHT_ADC_CH_NUM   2
 ADC0.2. More...
 
#define BIO_SD_CARD_CS_P1PIN   25
 P1.25. More...
 
#define BIO_SD_CARD_CD_P1PIN   26
 P1.26. More...
 
#define BIO_LED_PORT1_MASK   ((1UL<<0) | (1<<1) | (1<<4) | (1<<8))
 
#define BIO_SW_PORT1_MASK   ((1UL<<9) | (1<<10) | (1<<14) | (1<<15))
 

Detailed Description

Provides the map of all Board Pins, and initializes all connected signals of the board.

Macro Definition Documentation

#define BIO_FLASH_CS_P0PIN   6

P0.6.

Board Pin defines

#define BIO_LED_PORT1_MASK   ((1UL<<0) | (1<<1) | (1<<4) | (1<<8))
#define BIO_LIGHT_ADC_CH_NUM   2

ADC0.2.

#define BIO_NORDIC_CE_P1PIN   24

P1.24.

#define BIO_NORDIC_CS_P0PIN   16

P0.16.

#define BIO_NORDIC_IRQ_P0PIN   22

P0.22.

#define BIO_SD_CARD_CD_P1PIN   26

P1.26.

#define BIO_SD_CARD_CS_P1PIN   25

P1.25.

#define BIO_SW_PORT1_MASK   ((1UL<<9) | (1<<10) | (1<<14) | (1<<15))