![Acrosser Technology ANR-C236N1-K1D00 User Manual Download Page 55](http://html1.mh-extra.com/html/acrosser-technology/anr-c236n1-k1d00/anr-c236n1-k1d00_user-manual_2841642055.webp)
ANR-C236N1-K Series User Manual
55
www.acrosser.com
4.3.9. Chassis Opened
Syntax:
int get_chassis_open_status(void)
Description:
This function can get chassis status.
Parameters:
None.
Return Value:
0: Disabled, 1: Enabled.
Syntax:
void set_chassis_open(int value)
Description:
This function can set chassis opened.
Parameters:
0: Disabled, 1: Enabled.
Return Value:
None.
4.3.10. Notes
Syntax:
int libw83627_init(void)
Description:
use the watchdog, gpio function before, must be call this
function first.
Parameters:
None.
Return Value:
0: Successful, -1: Fail
Syntax:
void lib_close(void)
Description:
if watchdog, gpio fuction not use on your program, please
call this function.
Parameters:
None.
Return Value:
None.
Syntax:
void i2c_init(void)
Description:
use the psu(i2c), psu(pmbus), chassis, lan bypass, these
function before, must be call this function first.
Parameters:
None.
Return Value:
None.
Syntax:
void i2c_close(void)
Description:
if the psu(i2c), psu(pmbus), chassis, lan bypass, these
function not use on your program please call this function.
Parameters:
None.
Return Value:
None.