PMC-Sierra PM5358 S/UNI 4x622 manual Clearing Device Interrupt Enable Mask suni4x622ClrMask

Models: PM5358 S/UNI 4x622

1 136
Download 136 pages 8.16 Kb
Page 82
Image 82

PM5358 S/UNI-4x622 Driver Manual Application Programming Interface

Prototype

Inputs

Outputs Returns

INT4 suni4x622SetMask(sSUNI4x622_HNDL deviceHandle, sSUNI4x622_MASK_ISR *pmask)

deviceHandle

: device handle (from suni4x622Add)

pmask

: (pointer to) mask structure

None

 

Success = SUNI4x622_SUCCESS

Failure = SUNI4x622_ERR_INVALID_DEVICE_STATE

SUNI4x622_ERR_INVALID_DEV

SUNI4x622_ERR_INVALID_ARG

Valid States SUNI4x622_ACTIVE, SUNI4x622_INACTIVE

Side Effects May change the operation of the ISR / DPR

Clearing Device Interrupt Enable Mask: suni4x622ClrMask

This function clears individual interrupt bits and registers in the S/UNI-4x622 device. Any bits that are set in the passed structure are cleared in the associated S/UNI-4x622 registers.

Prototype

Inputs

Outputs Returns

INT4 suni4x622ClrMask(sSUNI4x622_HNDL deviceHandle, sSUNI4x622_MASK_ISR *pmask)

deviceHandle

: device handle (from suni4x622Add)

pmask

: (pointer to) mask structure

None

 

Success = SUNI4x622_SUCCESS

Failure = SUNI4x622_ERR_INVALID_DEVICE_STATE

SUNI4x622_ERR_INVALID_DEV

SUNI4x622_ERR_INVALID_ARG

Valid States SUNI4x622_ACTIVE, SUNI4x622_INACTIVE

Side Effects May change the operation of the ISR / DPR

Getting SOH Interrupt Enable Mask: suni4x622GetMaskSOH

This function returns the contents of the SOH interrupt mask registers of the S/UNI-4x622 device.

Prototype

INT4 suni4x622GetMaskSOH(sSUNI4x622_HNDL

 

deviceHandle, UINT1 channel, sSUNI4x622_MASK_ISR

 

*pmask)

 

Inputs

deviceHandle

: device handle (from suni4x622Add)

 

channel

: channel number

Proprietary and Confidential to PMC-Sierra, Inc.

82

Document ID: PMC-2010419, Issue 1

 

Page 82
Image 82
PMC-Sierra PM5358 S/UNI 4x622 manual Clearing Device Interrupt Enable Mask suni4x622ClrMask