Parameters, Returns, Function documentation - other – Sensoray 2246 User Manual

Page 49: Mid2246_api int sn_bootc (int board), Mid2246_api int sn_bootd (int board)

Advertising
background image

Parameters:

states pointer to an integer that receives the value in the register driving the outputs.
board ID if multiple boards installed.

Returns:

Same value that is put in states variable location.

MID2246_API int SN_GetGPInput (int * states, int board)

Get the value present on the general purpose input pins.

Parameters:

states pointer to an integer that receives the input value.
board ID if multiple boards installed.

Returns:

Same value that is put in states variable location.

Function Documentation - Other

MID2246_API int SN_BootC (int board)

Alternate boot of Micronas video compression IC. BootC fills the initial buffer with a
software-MBIST (Memory Built-In Self Test) package (OPC). MBIST is primarily used by
the manufacturer for device screening but can also be employed by the user to verify device
functionality

Parameters:

board ID if multiple boards installed.

Returns:

HRESULT

MID2246_API int SN_BootD (int board)

Alternate boot of Micronas video compression IC. BootD fills the initial buffer with a Self-
I/O Check Package (OPC).

Parameters:

board ID if multiple boards installed.

Returns:

HRESULT

49

Advertising