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

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
Parameters:
edge
priority
This function is called to configure INTP5 as an interrupt with the desired edge and priority settings.
To enable this interrupt, call ucEnableInterrupt(intINTP1). To disable this interrupt, call
ucDisableInterrupt(INTP5).
UCAPI ucDisableInterrupt (TInterrupt intno)
Disables hardware interrupt.
Parameters:
intno
This function is called to disable a microcontroller interrupt.
UCAPI ucEnableInterrupt (TInterrupt intno)
Enables hardware interrupt.
Parameters:
intno
This function is called to enable a microcontroller interrupt:
UCAPI ucINTP0RegisterCallback (TCallback callback)
Registers callback function for INTP0.
Parameters:
callback
This function is called by an external module to subscribe to the IRQ0 event. The caller provides a
pointer to an internal function that will handle the event.
UCAPI ucINTP5RegisterCallback (TCallback callback)
Registers callback function for the INTP5.
Rev 1.1 (November 2012)
-Valid intno values:
-Valid intno values:
# intUART_TX - UART data transmit interrupt
# intUART_RX - UART data receive interrupt
# intSPI - Used by the SX1231 for data transfer
# intTMRF - TimerF overflow low-byte interrupt
# intUART_TX - UART data transmit interrupt
# intUART_RX - UART data receive interrupt
# intSPI - Used by the SX1231 for data transfer
# intTMRF - TimerF overflow low-byte interrupt
1=Rising Edge; 0=Falling Edge
Priority level of interrupt (valid values are 0,1,2)
Specifies the interrupt that is to be disabled (type is TInterrupt)
Specifies the interrupt that is to be enabled (type is TInterrupt)
Pointer to function to be called when the IRQ0 fires
30
© DLP Design, Inc.

Related parts for DLP-RFS-DK