TMPM4G(1) Group Peripheral Driver User Manual
V1.0.0.0
|
TSPI handle structure definition. 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 Information. More... | |
struct { | |
tspi_receive_t info | |
uint8_t rx_allign | |
void(* handler )(uint32_t id, TXZ_Result result, tspi_receive_t *p_info) | |
} | receive |
Receive Information. More... | |
TSPI handle structure definition.
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.
struct { ... } receive |
Receive Information.
uint32_t rp |
Num of transmitted data.
uint8_t rx_allign |
Receive Data length Information.
struct { ... } transmit |
Transmit Information.
uint8_t tx_allign |
Transmit Data length Information.