Home
last modified time | relevance | path

Searched refs:TxXferSize (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_spi.c855 hspi->TxXferSize = Size; in HAL_SPI_Transmit()
1086 hspi->TxXferSize = (uint16_t) 0UL; in HAL_SPI_Receive()
1364 hspi->TxXferSize = Size; in HAL_SPI_TransmitReceive()
1667 hspi->TxXferSize = Size; in HAL_SPI_Transmit_IT()
1679 hspi->Reload.TxXferSize = NULL; in HAL_SPI_Transmit_IT()
1762 hspi->TxXferSize = (uint16_t) 0UL; in HAL_SPI_Receive_IT()
1858 hspi->TxXferSize = Size; in HAL_SPI_TransmitReceive_IT()
1870 hspi->Reload.TxXferSize = NULL; in HAL_SPI_TransmitReceive_IT()
1976 hspi->Reload.TxXferSize = Size; in HAL_SPI_Reload_Transmit_IT()
2062 hspi->Reload.TxXferSize = Size; in HAL_SPI_Reload_TransmitReceive_IT()
[all …]
Dstm32h7xx_hal_i2s.c834 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
960 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive()
1066 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive()
1206 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1287 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive_IT()
1356 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_IT()
1436 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1527 hi2s->TxXferSize = (uint16_t)0UL; in HAL_I2S_Receive_DMA()
1610 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_spi.c855 hspi->TxXferSize = Size; in HAL_SPI_Transmit()
1082 hspi->TxXferSize = (uint16_t) 0UL; in HAL_SPI_Receive()
1290 hspi->TxXferSize = Size; in HAL_SPI_TransmitReceive()
1490 hspi->TxXferSize = Size; in HAL_SPI_Transmit_IT()
1583 hspi->TxXferSize = (uint16_t) 0UL; in HAL_SPI_Receive_IT()
1678 hspi->TxXferSize = Size; in HAL_SPI_TransmitReceive_IT()
1799 hspi->Reload.TxXferSize = Size; in HAL_SPI_Reload_Transmit_IT()
1933 hspi->Reload.TxXferSize = Size; in HAL_SPI_Reload_TransmitReceive_IT()
1997 hspi->TxXferSize = Size; in HAL_SPI_Transmit_DMA()
2155 hspi->TxXferSize = (uint16_t) 0UL; in HAL_SPI_Receive_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2s_ex.c234 hi2s->TxXferSize = (Size << 1U); in HAL_I2SEx_TransmitReceive()
241 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive()
469 hi2s->TxXferSize = (Size << 1U); in HAL_I2SEx_TransmitReceive_IT()
476 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_IT()
579 hi2s->TxXferSize = (Size << 1U); in HAL_I2SEx_TransmitReceive_DMA()
586 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_DMA()
626 … HAL_DMA_Start_IT(hi2s->hdmatx, *(uint32_t *)tmp, (uint32_t)&hi2s->Instance->DR, hi2s->TxXferSize); in HAL_I2SEx_TransmitReceive_DMA()
642 …Start_IT(hi2s->hdmatx, *(uint32_t *)tmp, (uint32_t)&I2SxEXT(hi2s->Instance)->DR, hi2s->TxXferSize); in HAL_I2SEx_TransmitReceive_DMA()
Dstm32f4xx_hal_i2s.c868 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
873 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1083 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1088 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1213 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1218 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1235 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
Dstm32f4xx_hal_usart.c765 husart->TxXferSize = Size; in HAL_USART_Transmit()
970 husart->TxXferSize = Size; in HAL_USART_TransmitReceive()
1086 husart->TxXferSize = Size; in HAL_USART_Transmit_IT()
1200 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_IT()
1257 husart->TxXferSize = Size; in HAL_USART_Transmit_DMA()
1327 husart->TxXferSize = Size; in HAL_USART_Receive_DMA()
1425 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2s_ex.c234 hi2s->TxXferSize = (Size << 1U); in HAL_I2SEx_TransmitReceive()
241 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive()
469 hi2s->TxXferSize = (Size << 1U); in HAL_I2SEx_TransmitReceive_IT()
476 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_IT()
579 hi2s->TxXferSize = (Size << 1U); in HAL_I2SEx_TransmitReceive_DMA()
586 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_DMA()
626 … HAL_DMA_Start_IT(hi2s->hdmatx, *(uint32_t *)tmp, (uint32_t)&hi2s->Instance->DR, hi2s->TxXferSize); in HAL_I2SEx_TransmitReceive_DMA()
642 …Start_IT(hi2s->hdmatx, *(uint32_t *)tmp, (uint32_t)&I2SxEXT(hi2s->Instance)->DR, hi2s->TxXferSize); in HAL_I2SEx_TransmitReceive_DMA()
Dstm32f3xx_hal_i2s.c894 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
899 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1109 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1114 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1239 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1244 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1261 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2s.c816 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
821 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1031 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1036 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1161 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1166 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1183 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
Dstm32f2xx_hal_usart.c761 husart->TxXferSize = Size; in HAL_USART_Transmit()
966 husart->TxXferSize = Size; in HAL_USART_TransmitReceive()
1082 husart->TxXferSize = Size; in HAL_USART_Transmit_IT()
1196 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_IT()
1253 husart->TxXferSize = Size; in HAL_USART_Transmit_DMA()
1323 husart->TxXferSize = Size; in HAL_USART_Receive_DMA()
1421 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_i2s.c777 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
782 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
994 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
999 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1124 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1129 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1146 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_i2s.c775 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
780 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
990 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
995 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1120 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1125 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1142 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_i2s.c777 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
782 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
992 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
997 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1122 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1127 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1144 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_i2s.c797 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
802 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1012 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1017 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1142 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1147 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1164 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
Dstm32f1xx_hal_usart.c762 husart->TxXferSize = Size; in HAL_USART_Transmit()
967 husart->TxXferSize = Size; in HAL_USART_TransmitReceive()
1083 husart->TxXferSize = Size; in HAL_USART_Transmit_IT()
1197 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_IT()
1254 husart->TxXferSize = Size; in HAL_USART_Transmit_DMA()
1324 husart->TxXferSize = Size; in HAL_USART_Receive_DMA()
1422 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_i2s.c791 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
796 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1008 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1013 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1138 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1143 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1160 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2s.c788 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
793 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1005 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1010 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1135 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1140 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1157 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_i2s.c777 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
782 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
996 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1001 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1127 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1132 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1149 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_i2s.c788 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
793 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
1003 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
1008 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1133 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1138 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1155 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_i2s.c776 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
781 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
993 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
998 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1123 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1128 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1145 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
Dstm32l1xx_hal_usart.c761 husart->TxXferSize = Size; in HAL_USART_Transmit()
966 husart->TxXferSize = Size; in HAL_USART_TransmitReceive()
1082 husart->TxXferSize = Size; in HAL_USART_Transmit_IT()
1196 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_IT()
1253 husart->TxXferSize = Size; in HAL_USART_Transmit_DMA()
1323 husart->TxXferSize = Size; in HAL_USART_Receive_DMA()
1421 husart->TxXferSize = Size; in HAL_USART_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_i2s.c778 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit()
783 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
993 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_IT()
998 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1123 hi2s->TxXferSize = (Size << 1U); in HAL_I2S_Transmit_DMA()
1128 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1145 hi2s->TxXferSize)) in HAL_I2S_Transmit_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i2s.c835 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
951 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive()
1047 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive()
1167 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1253 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive_IT()
1327 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_IT()
1412 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1551 hi2s->TxXferSize = (uint16_t)0UL; in HAL_I2S_Receive_DMA()
1682 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i2s.c836 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
962 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive()
1068 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive()
1208 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1289 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive_IT()
1358 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_IT()
1438 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1572 hi2s->TxXferSize = (uint16_t)0UL; in HAL_I2S_Receive_DMA()
1698 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_DMA()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i2s.c831 hi2s->TxXferSize = Size; in HAL_I2S_Transmit()
957 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive()
1063 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive()
1203 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_IT()
1284 hi2s->TxXferSize = (uint16_t) 0UL; in HAL_I2S_Receive_IT()
1353 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_IT()
1433 hi2s->TxXferSize = Size; in HAL_I2S_Transmit_DMA()
1567 hi2s->TxXferSize = (uint16_t)0UL; in HAL_I2S_Receive_DMA()
1693 hi2s->TxXferSize = Size; in HAL_I2SEx_TransmitReceive_DMA()

12345678910>>...14