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 97... | Line 97... | ||
97 | * b7-b6 Error information |
97 | * b7-b6 Error information |
98 | * 00 : No Error |
98 | * 00 : No Error |
99 | * 01 : (Not Used) |
99 | * 01 : (Not Used) |
100 | * 10 : Timeout |
100 | * 10 : Timeout |
101 | * 11 : Error |
101 | * 11 : Error |
102 | * b5 IP initilisation status |
102 | * b5 IP initialization status |
103 | * 0 : Reset (IP not initialized) |
103 | * 0 : Reset (IP not initialized) |
104 | * 1 : Init done (IP not initialized. HAL SMARTCARD Init function already called) |
104 | * 1 : Init done (IP initialized. HAL SMARTCARD Init function already called) |
105 | * b4-b3 (not used) |
105 | * b4-b3 (not used) |
106 | * xx : Should be set to 00 |
106 | * xx : Should be set to 00 |
107 | * b2 Intrinsic process state |
107 | * b2 Intrinsic process state |
108 | * 0 : Ready |
108 | * 0 : Ready |
109 | * 1 : Busy (IP busy with some configuration or internal operations) |
109 | * 1 : Busy (IP busy with some configuration or internal operations) |
Line 114... | Line 114... | ||
114 | * 1 : Busy (Tx operation ongoing) |
114 | * 1 : Busy (Tx operation ongoing) |
115 | * - RxState contains information related to Rx operations. |
115 | * - RxState contains information related to Rx operations. |
116 | * RxState value coding follow below described bitmap : |
116 | * RxState value coding follow below described bitmap : |
117 | * b7-b6 (not used) |
117 | * b7-b6 (not used) |
118 | * xx : Should be set to 00 |
118 | * xx : Should be set to 00 |
119 | * b5 IP initilisation status |
119 | * b5 IP initialization status |
120 | * 0 : Reset (IP not initialized) |
120 | * 0 : Reset (IP not initialized) |
121 | * 1 : Init done (IP not initialized) |
121 | * 1 : Init done (IP initialized) |
122 | * b4-b2 (not used) |
122 | * b4-b2 (not used) |
123 | * xxx : Should be set to 000 |
123 | * xxx : Should be set to 000 |
124 | * b1 Rx state |
124 | * b1 Rx state |
125 | * 0 : Ready (no Rx operation ongoing) |
125 | * 0 : Ready (no Rx operation ongoing) |
126 | * 1 : Busy (Rx operation ongoing) |
126 | * 1 : Busy (Rx operation ongoing) |