PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
spduart_internals_ Struct Reference
+ Collaboration diagram for spduart_internals_:

Data Fields

int spduart_thread
 
int spduart_ef
 
uart16550_regs_tdev9_uart_reg_area
 
int spduart_thpri_
 
int spduart_thstack_
 
int spduart_overrun_error_count
 
int spduart_parity_error_count
 
int spduart_framing_error_count
 
int spduart_break_interrupt_count
 
int spduart_buffer_overflow_count
 
int spduart_rx_count
 
int spduart_tx_count
 
char spduart_fcr_cached
 
char spduart_msr_cached
 
char spduart_signal_pin
 
char spduart_mcr_cached
 
int spduart_baud_
 
int spduart_trig_
 
iop_sys_clock_t spduart_clock_1e4
 
iop_sys_clock_t spduart_clock_1e6
 
int spduart_alarm_1e4_flag
 
int spduart_alarm_1e6_flag
 
int spduart_start_flag
 
int spduart_stop_flag
 
int shutdown_flag
 
int spduart_data_set_ready_flag
 
int spduart_nogci_
 
char spduart_gci_ [2]
 
char unused6a
 
char unused6b
 
spduart_buffer_struct_t recv_buf_struct
 
spduart_buffer_struct_t send_buf_struct
 
sceModemOps_t spduart_modem_ops
 
char spduart_dial_ [1024]
 
char buf1data [1024]
 
char buf2data [1024]
 

Detailed Description

Definition at line 56 of file spduart.c.

Field Documentation

◆ spduart_thread

int spduart_internals_::spduart_thread

Definition at line 58 of file spduart.c.

◆ spduart_ef

int spduart_internals_::spduart_ef

Definition at line 59 of file spduart.c.

◆ dev9_uart_reg_area

uart16550_regs_t* spduart_internals_::dev9_uart_reg_area

Definition at line 60 of file spduart.c.

◆ spduart_thpri_

int spduart_internals_::spduart_thpri_

Definition at line 61 of file spduart.c.

◆ spduart_thstack_

int spduart_internals_::spduart_thstack_

Definition at line 62 of file spduart.c.

◆ spduart_overrun_error_count

int spduart_internals_::spduart_overrun_error_count

Definition at line 63 of file spduart.c.

◆ spduart_parity_error_count

int spduart_internals_::spduart_parity_error_count

Definition at line 64 of file spduart.c.

◆ spduart_framing_error_count

int spduart_internals_::spduart_framing_error_count

Definition at line 65 of file spduart.c.

◆ spduart_break_interrupt_count

int spduart_internals_::spduart_break_interrupt_count

Definition at line 66 of file spduart.c.

◆ spduart_buffer_overflow_count

int spduart_internals_::spduart_buffer_overflow_count

Definition at line 67 of file spduart.c.

◆ spduart_rx_count

int spduart_internals_::spduart_rx_count

Definition at line 68 of file spduart.c.

◆ spduart_tx_count

int spduart_internals_::spduart_tx_count

Definition at line 69 of file spduart.c.

◆ spduart_fcr_cached

char spduart_internals_::spduart_fcr_cached

Definition at line 70 of file spduart.c.

◆ spduart_msr_cached

char spduart_internals_::spduart_msr_cached

Definition at line 71 of file spduart.c.

◆ spduart_signal_pin

char spduart_internals_::spduart_signal_pin

Definition at line 72 of file spduart.c.

◆ spduart_mcr_cached

char spduart_internals_::spduart_mcr_cached

Definition at line 73 of file spduart.c.

◆ spduart_baud_

int spduart_internals_::spduart_baud_

Definition at line 74 of file spduart.c.

◆ spduart_trig_

int spduart_internals_::spduart_trig_

Definition at line 75 of file spduart.c.

◆ spduart_clock_1e4

iop_sys_clock_t spduart_internals_::spduart_clock_1e4

Definition at line 76 of file spduart.c.

◆ spduart_clock_1e6

iop_sys_clock_t spduart_internals_::spduart_clock_1e6

Definition at line 77 of file spduart.c.

◆ spduart_alarm_1e4_flag

int spduart_internals_::spduart_alarm_1e4_flag

Definition at line 78 of file spduart.c.

◆ spduart_alarm_1e6_flag

int spduart_internals_::spduart_alarm_1e6_flag

Definition at line 79 of file spduart.c.

◆ spduart_start_flag

int spduart_internals_::spduart_start_flag

Definition at line 80 of file spduart.c.

◆ spduart_stop_flag

int spduart_internals_::spduart_stop_flag

Definition at line 81 of file spduart.c.

◆ shutdown_flag

int spduart_internals_::shutdown_flag

Definition at line 82 of file spduart.c.

◆ spduart_data_set_ready_flag

int spduart_internals_::spduart_data_set_ready_flag

Definition at line 83 of file spduart.c.

◆ spduart_nogci_

int spduart_internals_::spduart_nogci_

Definition at line 84 of file spduart.c.

◆ spduart_gci_

char spduart_internals_::spduart_gci_[2]

Definition at line 85 of file spduart.c.

◆ unused6a

char spduart_internals_::unused6a

Definition at line 87 of file spduart.c.

◆ unused6b

char spduart_internals_::unused6b

Definition at line 89 of file spduart.c.

◆ recv_buf_struct

spduart_buffer_struct_t spduart_internals_::recv_buf_struct

Definition at line 90 of file spduart.c.

◆ send_buf_struct

spduart_buffer_struct_t spduart_internals_::send_buf_struct

Definition at line 91 of file spduart.c.

◆ spduart_modem_ops

sceModemOps_t spduart_internals_::spduart_modem_ops

Definition at line 92 of file spduart.c.

◆ spduart_dial_

char spduart_internals_::spduart_dial_[1024]

Definition at line 93 of file spduart.c.

◆ buf1data

char spduart_internals_::buf1data[1024]

Definition at line 94 of file spduart.c.

◆ buf2data

char spduart_internals_::buf2data[1024]

Definition at line 95 of file spduart.c.


The documentation for this struct was generated from the following file: