#include <A31L12x_hal_scn.h>
Data Fields | |
uint32_t | Baudrate |
uint32_t | Baud_rate_Compensation |
uint32_t | SCI_clock_gen |
uint32_t | Extra_guard_time |
uint32_t | T3_dur_time |
uint32_t | T4_dur_time |
SCn_OPMODE_Type | Mode |
SCn_PARITY_EN_DISABLE | ParityEnDis |
SCn_PARITY_BIT_Type | Parity |
SCn_DATA_BIT_Type | Databits |
SCn_STOP_BIT_Type | Stopbits |
SCn_OVR_SAMP_Type | Oversampling |
Definition at line 234 of file A31L12x_hal_scn.h.
uint32_t Baud_rate_Compensation |
Baud Rate Compensation
Definition at line 237 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
uint32_t Baudrate |
Baud Rate
Definition at line 236 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
SCn_DATA_BIT_Type Databits |
Number of Data Bits, should be:
Definition at line 252 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
uint32_t Extra_guard_time |
Extra Guard Time to transmit
Definition at line 239 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
SCn_OPMODE_Type Mode |
Definition at line 243 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
SCn_OVR_SAMP_Type Oversampling |
Oversampling bits, should be:
Definition at line 262 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
SCn_PARITY_BIT_Type Parity |
Number of Parity Bits, should be:
Definition at line 248 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
SCn_PARITY_EN_DISABLE ParityEnDis |
Parity Enable or Disable, should be:
Definition at line 244 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
uint32_t SCI_clock_gen |
Smartcard clock divider
Definition at line 238 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
SCn_STOP_BIT_Type Stopbits |
Number of Stop Bits, should be:
Definition at line 258 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
uint32_t T3_dur_time |
T3 Duration Time between Rx enable and Reset Assertion
Definition at line 240 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().
uint32_t T4_dur_time |
T4 Duration Time between Reset Assertion and ATR receive
Definition at line 241 of file A31L12x_hal_scn.h.
Referenced by HAL_SC_ConfigStructInit(), and HAL_SC_Init().