PM8621-BI PMC-Sierra, Inc., PM8621-BI Datasheet - Page 166

no-image

PM8621-BI

Manufacturer Part Number
PM8621-BI
Description
Driver, NSE/SBS Narrowband Chipset Driver
Manufacturer
PMC-Sierra, Inc.
Datasheet
7
7.1
Proprietary and Confidential to PMC-Sierra, Inc., and for its Customers’ Internal Use
Document ID: PMC-2021248, Issue 1
RTOS I
The Narrowband Chipset driver requires the use of some Real-Time Operating System (RTOS)
resources. In this section of the manual, a listing of each required resource is shown, along with a
declaration and any specific porting instructions. It is the responsibility of the user to connect
these requirements into the RTOS, either by defining a macro or by writing a function for each
item listed. Care should be taken when matching parameters and return values.
Memory Allocation / De-Allocation
Allocating Memory: sysNbcsMemAlloc
This function allocates specified number of bytes of memory.
Freeing Memory: sysNbcsMemFree
This function frees memory allocated using
Format
Prototype
Inputs
Outputs
Returns
Format
Prototype
Inputs
Outputs
Returns
NTERFACE
#define sysNbcsMemAlloc(numBytes)
UINT1 * sysNbcsMemAlloc(UINT4 numBytes)
numBytes
None
Success = Pointer to first byte of allocated memory
Failure = NULL pointer (memory allocation failed)
#define sysNbcsMemFree(pfirstByte)
void sysNbcsMemFree(UINT1 *pfirstByte)
pfirstByte
None
None
: number of bytes to be allocated
: pointer to first byte of the memory region
being de-allocated
sysNbcsMemAlloc
Narrowband Chipset Device Driver Manual
.
RTOS Interface
166

Related parts for PM8621-BI