#include "src/arch/x86/except_c.hpp"
#include "src/common/blist.hpp"
Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
namespace | Arch |
namespace | Arch::x86 |
namespace | Arch::x86::RTC |
Komponenty | |
struct | Arch::x86::RTC::rtc_list |
Definicje typów | |
typedef int(* | RTC_proc )(int, int) |
typedef int | rtc_handle |
Funkcje | |
void | Arch::x86::RTC::init () |
proste operacje na sieci porozumiewa sie z pci32 by znalezc karte sieciowa 3c556 | |
void | Arch::x86::RTC::done () |
void | Arch::x86::RTC::enable_rtc () |
void | Arch::x86::RTC::disable_rtc () |
rtc_handle | Arch::x86::RTC::add_proc (RTC_proc proc, uint32 ticks_def, bool one_shot, int arg1, int arg2) |
int | Arch::x86::RTC::rtccompar (const void *a, const void *b) |
int | Arch::x86::RTC::del_proc (rtc_handle handle) |
uint8 | Arch::x86::RTC::ack_rtc () |
int | Arch::x86::RTC::rtc_handler (Interr::except2_t *code) |
void | Arch::x86::RTC::tdelay (uint32 ticks) |
Zmienne | |
const char | DEF_RTC_IRQ = 0x08 |
const char | DEF_RTC_BASE = 0x70 |
const char | DEF_RTC_ST_B = 0x0b |
const char | DEF_RTC_ST_C = 0x0c |
const char | DEF_RTC_PERIODIC = 0x40 |
const char | DEF_RTC_NO_PERIODIC = 0xBF |
const char | DEF_RTC_PERIOD_INT = 0x40 |
const uint32 | RTC_NOT_ONE_SHOT = 0 |
const uint32 | RTC_ONE_SHOT = 1 |
const uint32 | DEF_SECOND = 1024 |
class IPC::Lock::lock_t | Arch::x86::RTC::rtc_lock |
typedef int rtc_handle |
const char DEF_RTC_BASE = 0x70 |
Definicja w linii 11 pliku rtc.hpp.
Odwołania w Arch::x86::RTC::ack_rtc(), Arch::x86::RTC::disable_rtc(), Arch::x86::RTC::enable_rtc() i Arch::x86::RTC::rtc_handler().
const char DEF_RTC_IRQ = 0x08 |
const char DEF_RTC_NO_PERIODIC = 0xBF |
const char DEF_RTC_PERIOD_INT = 0x40 |
const char DEF_RTC_PERIODIC = 0x40 |
const char DEF_RTC_ST_B = 0x0b |
Definicja w linii 12 pliku rtc.hpp.
Odwołania w Arch::x86::RTC::disable_rtc() i Arch::x86::RTC::enable_rtc().
const char DEF_RTC_ST_C = 0x0c |
Definicja w linii 13 pliku rtc.hpp.
Odwołania w Arch::x86::RTC::ack_rtc() i Arch::x86::RTC::rtc_handler().
const uint32 DEF_SECOND = 1024 |
Definicja w linii 21 pliku rtc.hpp.
Odwołania w Net::IP::ip_transmit(), IPC::Lock::lock_t::lock() i VarieteThread().
const uint32 RTC_NOT_ONE_SHOT = 0 |
const uint32 RTC_ONE_SHOT = 1 |