Searched refs:__SPI_HandleTypeDef (Results 1 – 3 of 3) sorted by relevance
105 typedef struct __SPI_HandleTypeDef struct123 void (*RxISR)(struct __SPI_HandleTypeDef *hspi); /*!< function pointer on Rx ISR */ argument125 void (*TxISR)(struct __SPI_HandleTypeDef *hspi); /*!< function pointer on Tx ISR */ argument138 …void (* TxCpltCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI Tx Completed callb… argument139 …void (* RxCpltCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI Rx Completed callb… argument140 …void (* TxRxCpltCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI TxRx Completed cal… argument141 …void (* TxHalfCpltCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI Tx Half Completed … argument142 …void (* RxHalfCpltCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI Rx Half Completed … argument143 …void (* TxRxHalfCpltCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI TxRx Half Complete… argument144 …void (* ErrorCallback)(struct __SPI_HandleTypeDef *hspi); /*!< SPI Error callback … argument[all …]
243 static void SPI_TxISR_8BIT(struct __SPI_HandleTypeDef *hspi);244 static void SPI_TxISR_16BIT(struct __SPI_HandleTypeDef *hspi);245 static void SPI_RxISR_8BIT(struct __SPI_HandleTypeDef *hspi);246 static void SPI_RxISR_16BIT(struct __SPI_HandleTypeDef *hspi);252 static void SPI_RxISR_8BITCRC(struct __SPI_HandleTypeDef *hspi);253 static void SPI_RxISR_16BITCRC(struct __SPI_HandleTypeDef *hspi);3337 static void SPI_RxISR_8BITCRC(struct __SPI_HandleTypeDef *hspi) in SPI_RxISR_8BITCRC()3359 static void SPI_RxISR_8BIT(struct __SPI_HandleTypeDef *hspi) in SPI_RxISR_8BIT()3415 static void SPI_RxISR_16BIT(struct __SPI_HandleTypeDef *hspi) in SPI_RxISR_16BIT()3448 static void SPI_TxISR_8BIT(struct __SPI_HandleTypeDef *hspi) in SPI_TxISR_8BIT()[all …]
46 typedef struct __SPI_HandleTypeDef struct
Completed in 14 milliseconds