Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 56 | Rev 61 | ||
---|---|---|---|
Line 81... | Line 81... | ||
81 | * b7-b6 Error information |
81 | * b7-b6 Error information |
82 | * 00 : No Error |
82 | * 00 : No Error |
83 | * 01 : (Not Used) |
83 | * 01 : (Not Used) |
84 | * 10 : Timeout |
84 | * 10 : Timeout |
85 | * 11 : Error |
85 | * 11 : Error |
86 | * b5 IP initilisation status |
86 | * b5 IP initialisation status |
87 | * 0 : Reset (IP not initialized) |
87 | * 0 : Reset (IP not initialized) |
88 | * 1 : Init done (IP not initialized. HAL IRDA Init function already called) |
88 | * 1 : Init done (IP initialized. HAL IRDA Init function already called) |
89 | * b4-b3 (not used) |
89 | * b4-b3 (not used) |
90 | * xx : Should be set to 00 |
90 | * xx : Should be set to 00 |
91 | * b2 Intrinsic process state |
91 | * b2 Intrinsic process state |
92 | * 0 : Ready |
92 | * 0 : Ready |
93 | * 1 : Busy (IP busy with some configuration or internal operations) |
93 | * 1 : Busy (IP busy with some configuration or internal operations) |
Line 98... | Line 98... | ||
98 | * 1 : Busy (Tx operation ongoing) |
98 | * 1 : Busy (Tx operation ongoing) |
99 | * - RxState contains information related to Rx operations. |
99 | * - RxState contains information related to Rx operations. |
100 | * RxState value coding follow below described bitmap : |
100 | * RxState value coding follow below described bitmap : |
101 | * b7-b6 (not used) |
101 | * b7-b6 (not used) |
102 | * xx : Should be set to 00 |
102 | * xx : Should be set to 00 |
103 | * b5 IP initilisation status |
103 | * b5 IP initialisation status |
104 | * 0 : Reset (IP not initialized) |
104 | * 0 : Reset (IP not initialized) |
105 | * 1 : Init done (IP not initialized) |
105 | * 1 : Init done (IP initialized) |
106 | * b4-b2 (not used) |
106 | * b4-b2 (not used) |
107 | * xxx : Should be set to 000 |
107 | * xxx : Should be set to 000 |
108 | * b1 Rx state |
108 | * b1 Rx state |
109 | * 0 : Ready (no Rx operation ongoing) |
109 | * 0 : Ready (no Rx operation ongoing) |
110 | * 1 : Busy (Rx operation ongoing) |
110 | * 1 : Busy (Rx operation ongoing) |