Subversion Repositories FuelGauge

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 6
Line 119... Line 119...
119
  *          b7 (not used)
119
  *          b7 (not used)
120
  *             x  : Should be set to 0
120
  *             x  : Should be set to 0
121
  *          b6  Error information
121
  *          b6  Error information
122
  *             0  : No Error
122
  *             0  : No Error
123
  *             1  : Error
123
  *             1  : Error
124
  *          b5     IP initilisation status
124
  *          b5     CEC peripheral initialization status
125
  *             0  : Reset (IP not initialized)
125
  *             0  : Reset (peripheral not initialized)
126
  *             1  : Init done (IP initialized. HAL CEC Init function already called)
126
  *             1  : Init done (peripheral initialized. HAL CEC Init function already called)
127
  *          b4-b3  (not used)
127
  *          b4-b3  (not used)
128
  *             xx : Should be set to 00
128
  *             xx : Should be set to 00
129
  *          b2     Intrinsic process state
129
  *          b2     Intrinsic process state
130
  *             0  : Ready
130
  *             0  : Ready
131
  *             1  : Busy (IP busy with some configuration or internal operations)
131
  *             1  : Busy (peripheral busy with some configuration or internal operations)
132
  *          b1     (not used)
132
  *          b1     (not used)
133
  *             x  : Should be set to 0
133
  *             x  : Should be set to 0
134
  *          b0     Tx state
134
  *          b0     Tx state
135
  *             0  : Ready (no Tx operation ongoing)
135
  *             0  : Ready (no Tx operation ongoing)
136
  *             1  : Busy (Tx operation ongoing)
136
  *             1  : Busy (Tx operation ongoing)
137
  *        - RxState contains information related to Rx operations.
137
  *        - RxState contains information related to Rx operations.
138
  *          RxState value coding follow below described bitmap :
138
  *          RxState value coding follow below described bitmap :
139
  *          b7-b6  (not used)
139
  *          b7-b6  (not used)
140
  *             xx : Should be set to 00
140
  *             xx : Should be set to 00
141
  *          b5     IP initilisation status
141
  *          b5     CEC peripheral initialization status
142
  *             0  : Reset (IP not initialized)
142
  *             0  : Reset (peripheral not initialized)
143
  *             1  : Init done (IP initialized)
143
  *             1  : Init done (peripheral initialized)
144
  *          b4-b2  (not used)
144
  *          b4-b2  (not used)
145
  *            xxx : Should be set to 000
145
  *            xxx : Should be set to 000
146
  *          b1     Rx state
146
  *          b1     Rx state
147
  *             0  : Ready (no Rx operation ongoing)
147
  *             0  : Ready (no Rx operation ongoing)
148
  *             1  : Busy (Rx operation ongoing)
148
  *             1  : Busy (Rx operation ongoing)