DLP-RFS-DK DLP Design, DLP-RFS-DK Datasheet - Page 29

no-image

DLP-RFS-DK

Manufacturer Part Number
DLP-RFS-DK
Description
RF Development Tools DLP-RFS1231 development kit
Manufacturer
DLP Design
Type
RF Transceiversr
Datasheet

Specifications of DLP-RFS-DK

Rohs
yes
Product
Development Kit
Tool Is For Evaluation Of
DLP-RFS1231
Frequency
915 MHz
Operating Supply Voltage
2.4 V to 3.6 V
Dimensions
1.5 in x 2 in x 1.53 in
Interface Type
UART
Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
0 C
For Use With
DLP-RFS1231
The UART Manager, for example, provides buffered and interrupt-driven transmit and receive
services. (Generally, there should not be a need for the application to call these functions directly.)
Enumerations:
enum TInterrupt { intPATTERN, intUART0_TX, intUART0_RX, intUART1_TX, intUART1_RX,
intSPIALL, intSPITX, intSPIRX, intTMRF, intTMRFH, intINTP0, intINTP5 }
Defines all possible interrupts that are managed by the API.
enum { spidr9_6K, spidr19_2K, spidr38_4K }
Defines all possible data rates for the SPI.
enum { spimOFF, spimMASTER, spimSLAVE }
Defines all possible modes of the SPI port.
enum TBaudRate { br300, br1200, br2400, br4800, br9600, br19200, br38400 }
Defines all possible data rates of the UART.
enum INTERRUPT_PRIORITIES { PRIORITY_LEVEL_0, PRIORITY_LEVEL_1,
PRIORITY_LEVEL_2, PRIORITY_LEVEL_3 }
enum TADCMode { ADC_MODE_SINGLE_ONE_SHOT, ADC_MODE_SINGLE_CONTINUOUS,
ADC_MODE_SCAN_ONE_SHOT, ADC_MODE_SCAN_CONTINUOUS }
Interrupt Functions:
These functions are used to manage the interrupts of the microcontroller:
UCAPI ucDisableInterrupt (TInterrupt intno)
Disables hardware interrupt.
UCAPI ucEnableInterrupt (TInterrupt intno)
Enables hardware interrupt.
UCAPI ucINTP0RegisterCallback (TCallback callback)
Registers callback function for INTP0.
UCAPI ucINTP5RegisterCallback (TCallback callback)
Registers callback function for INTP5.
void ucConfigureINTP0 (uint8_t pedge, uint8_t nedge, uint8_t priority)
Configures INTP0 as an interrupt.
void ucConfigureINTP5 (uint8_t pedge, uint8_t nedge, uint8_t priority)
Configures INTP5 as an interrupt.
Function Documentation:
void ucConfigureINTP0 (uint8_t pedge, uint8_t nedge, uint8_t priority)
Configures INTP0 as an interrupt.
Parameters:
edge
priority
This function is called to configure INTP0 as an interrupt with the desired edge and priority settings.
To enable this interrupt, call ucEnableInterrupt(intINTP0). To disable this interrupt, call
ucDisableInterrupt(intINTP1).
void ucConfigureINTP5 (uint8_t pedge, uint8_t nedge, uint8_t priority)
Configures INTP5 as an interrupt.
Rev 1.1 (November 2012)
1=Rising Edge; 0=Falling Edge
Priority level of interrupt (valid values are 0,1,2)
29
© DLP Design, Inc.

Related parts for DLP-RFS-DK