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

no-image

PM8621-BI

Manufacturer Part Number
PM8621-BI
Description
Driver, NSE/SBS Narrowband Chipset Driver
Manufacturer
PMC-Sierra, Inc.
Datasheet
Proprietary and Confidential to PMC-Sierra, Inc., and for its Customers’ Internal Use
Document ID: PMC-2021248, Issue 1
Setting the Event Mask: nbcsEventSetMask
This function sets the event mask of the Narrowband Chipset device. A field set in the mask
enables the processing of the corresponding event for the specified device. Enabled events will be
processed and the corresponding callback function (if properly registered) will be invoked when
the event occurs. For the zero values in the mask, the processing state of the corresponding event
remains unchanged.
The function also operates in the context of a group. All the members (devices) in the group will
be set to the mask given by
be returned.
Clearing the Event Mask: nbcsEventClearMask
This function clears the event mask of the Narrowband Chipset device. A field set in the mask
disables the processing of the corresponding event for the specified device. Application will not
be notified of the occurrence of any disabled events via any callback functions. For the zero
values in the mask, the processing state of the corresponding event remains unchanged.
Returns
Valid States
Side Effects
Prototype
Inputs
Outputs
Returns
Valid States
Side Effects
Success =
Failure =
NBCS_ACTIVE, NBCS_INACTIVE
None
INT4 nbcsEventSetMask(sNBCS_HNDL handle,
sNBCS_MASK_EVT *pMask)
handle
pMask
None
Success =
Failure =
NBCS_ACTIVE, NBCS_INACTIVE
None
NBCS_ERR_INVALID_DEVICE_STATE
NBCS_ERR_DEV_ABSENT
NBCS_ERR_INVALID_ARG
NBCS_ERR_INVALID_DEVICE_STATE
NBCS_ERR_GROUPS_MIXED_DEV
NBCS_ERR_DEV_ABSENT
NBCS_ERR_INVALID_ARG
NBCS_ERR_INVALID_DEV
NBCS_ERR_INVALID_DEV
NBCS_SUCCESS
NBCS_SUCCESS
pMask.
The members have to be the same type or an error code will
: device/group handle (from
: pointer to the event mask structure
or
nbcsGroupAdd
Narrowband Chipset Device Driver Manual
)
Application Programming Interface
nbcsAdd
155

Related parts for PM8621-BI