TMPM4KxA Group Peripheral Driver User Manual
V1.0.4.0
|
TSPI handle structure definenition. More...
#include <txz_tspi.h>
Data Fields | |
TSB_TSPI_TypeDef * | p_instance |
tspi_initial_setting_t | init |
uint32_t | errcode |
struct { | |
uint32_t rp | |
tspi_transmit_t info | |
uint8_t tx_allign | |
void(* handler )(uint32_t id, TXZ_Result result) | |
} | transmit |
Transmit Informatin. | |
struct { | |
tspi_receive_t info | |
uint8_t rx_allign | |
void(* handler )(uint32_t id, TXZ_Result result, tspi_receive_t *p_info) | |
} | receive |
Receive Informatin. | |
TSPI handle structure definenition.
uint32_t errcode |
ErrorCode
void(* handler) (uint32_t id, TXZ_Result result, tspi_receive_t *p_info) |
Transmit Event handler.
Receive Event handler.
tspi_transmit_t info |
Transmit Data Information.
tspi_receive_t info |
Receive Data Information.
Initial setting.
TSB_TSPI_TypeDef* p_instance |
Registers base address.
uint32_t rp |
Num of transmited data.
uint8_t rx_allign |
Receive Data length Information.
uint8_t tx_allign |
Transmit Data length Information.