#include <s_services.h>
#include <nios2.h>
hw_serial.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。
ソースコードを見る。
hw_serial.h の 51 行で定義されています。
hw_serial.h の 121 行で定義されています。
参照元 sio_ierdy_snd().
hw_serial.h の 116 行で定義されています。
参照元 serial_opn_por()・serial_snd_chr().
hw_serial.h の 101 行で定義されています。
hw_serial.h の 131 行で定義されています。
hw_serial.h の 126 行で定義されています。
hw_serial.h の 56 行で定義されています。
参照元 serial_initialize().
hw_serial.h の 111 行で定義されています。
参照元 sio_ierdy_rcv().
hw_serial.h の 106 行で定義されています。
参照元 serial_snd_chr()・sio_ierdy_snd().
hw_serial.h の 85 行で定義されています。
参照先 dis_int()・uart_cls_por()・UART_INTLVL.
参照元 serial_cls_por().
00086 { 00087 /* 00088 * デバイス依存のクローズ処理. 00089 */ 00090 uart_cls_por(siopcb); 00091 00092 /* 00093 * 割込みの禁止 00094 */ 00095 dis_int(UART_INTLVL); 00096 }
関数の呼び出しグラフ:
hw_serial.h の 64 行で定義されています。
参照先 ena_int()・UART_INTLVL・uart_opn_por().
参照元 serial_opn_por().
00065 { 00066 SIOPCB *siopcb; 00067 00068 /* 00069 * デバイス依存のオープン処理 00070 */ 00071 siopcb = uart_opn_por(siopid, exinf); 00072 00073 /* 00074 * 割込みコントローラの割込み許可 00075 */ 00076 ena_int(UART_INTLVL); 00077 00078 return(siopcb); 00079 }