Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

cmos_driver::cmos_read

Signature: uint8_t cmos_driver::cmos_read(uint8_t address)
Description: Reads from the cmos

Parameters:

Return: uint8_t

cmos_driver::cmos_convert

Signature: uint8_t cmos_driver::cmos_convert(uint8_t num)
Description: Converts from a cmos value

Parameters:

Return: uint8_t

cmos_driver::cmos_command

Signature: int cmos_driver::cmos_command(uint8_t function)
Description: Sends a cmos command to the cmos

Parameters:

Return: int

cmos_driver::time

Signature: driver::clock_device::clock_result_t cmos_driver::time()
Description: Gets the time from the cmos

Return: driver::clock_device::clock_result_t

Show file on GitHub