The command byte to send to the PIT, specifies the channel, access mode, operating mode and BCD mode.
More...
#include <clock.h>
The command byte to send to the PIT, specifies the channel, access mode, operating mode and BCD mode.
Definition at line 75 of file clock.h.
◆ access_mode
| uint8_t MaxOS::drivers::clock::PITCommand::access_mode |
How the data is accessed.
Definition at line 79 of file clock.h.
◆ bcd_mode
| uint8_t MaxOS::drivers::clock::PITCommand::bcd_mode |
0 = binary, 1 = BCD
Definition at line 77 of file clock.h.
◆ channel
| uint8_t MaxOS::drivers::clock::PITCommand::channel |
Which channel to configure.
Definition at line 80 of file clock.h.
◆ operating_mode
| uint8_t MaxOS::drivers::clock::PITCommand::operating_mode |
What mode the PIT should operate in.
Definition at line 78 of file clock.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/MaxOS/MaxOS/kernel/include/drivers/clock/clock.h