Home
last modified time | relevance | path

Searched refs:errorcode (Results 1 – 18 of 18) sorted by relevance

/bsp/stm32/stm32h750-fk750m1-vbt6/board/port/lcd/
A Ddrv_lcd_spi_ext.c112 rt_err_t errorcode = RT_EOK; in SPI_Transmit_Ext() local
125 errorcode = -RT_EBUSY; in SPI_Transmit_Ext()
127 return errorcode; in SPI_Transmit_Ext()
131 errorcode = -RT_ERROR; in SPI_Transmit_Ext()
133 return errorcode; in SPI_Transmit_Ext()
214 return errorcode; in SPI_Transmit_Ext()
241 errorcode = -RT_EBUSY; in SPI_TransmitBuffer_Ext()
243 return errorcode; in SPI_TransmitBuffer_Ext()
247 errorcode = -RT_ERROR; in SPI_TransmitBuffer_Ext()
249 return errorcode; in SPI_TransmitBuffer_Ext()
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_spi.c931 return errorcode; in HAL_SPI_Transmit()
1128 return errorcode; in HAL_SPI_Receive()
1354 return errorcode; in HAL_SPI_TransmitReceive()
1439 return errorcode; in HAL_SPI_Transmit_IT()
1532 return errorcode; in HAL_SPI_Receive_IT()
1621 return errorcode; in HAL_SPI_TransmitReceive_IT()
1727 return errorcode; in HAL_SPI_Transmit_DMA()
1842 return errorcode; in HAL_SPI_Receive_DMA()
1985 return errorcode; in HAL_SPI_TransmitReceive_DMA()
2130 return errorcode; in HAL_SPI_Abort()
[all …]
A Dstm32l1xx_hal_i2s.c1349 HAL_StatusTypeDef errorcode = HAL_OK; in HAL_I2S_DMAStop() local
1365 errorcode = HAL_ERROR; in HAL_I2S_DMAStop()
1375 errorcode = HAL_ERROR; in HAL_I2S_DMAStop()
1384 errorcode = HAL_ERROR; in HAL_I2S_DMAStop()
1407 errorcode = HAL_ERROR; in HAL_I2S_DMAStop()
1427 errorcode = HAL_ERROR; in HAL_I2S_DMAStop()
1438 return errorcode; in HAL_I2S_DMAStop()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_can.c785 uint8_t errorcode=0; in CAN_Peli_GetLastErrorCode() local
788 errorcode = ((uint8_t)CAN1_PELI->ECC); in CAN_Peli_GetLastErrorCode()
791 return errorcode; in CAN_Peli_GetLastErrorCode()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_can.c785 uint8_t errorcode=0; in CAN_Peli_GetLastErrorCode() local
788 errorcode = ((uint8_t)CAN1_PELI->ECC); in CAN_Peli_GetLastErrorCode()
791 return errorcode; in CAN_Peli_GetLastErrorCode()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_can.c785 uint8_t errorcode = 0; in CAN_Peli_GetLastErrorCode() local
788 errorcode = ((uint8_t)CAN1_PELI->ECC); in CAN_Peli_GetLastErrorCode()
791 return errorcode; in CAN_Peli_GetLastErrorCode()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_can.c727 uint8_t errorcode=0; in CAN_GetLastErrorCode() local
729 errorcode = (((uint8_t)CANx->ERRSR) & (uint8_t)CAN_ERRSR_LEC); in CAN_GetLastErrorCode()
731 return errorcode; in CAN_GetLastErrorCode()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_can.c732 uint8_t errorcode=0; in CAN_GetLastErrorCode() local
734 errorcode = (((uint8_t)CANx->ERRSR) & (uint8_t)CAN_ERRSR_LEC); in CAN_GetLastErrorCode()
736 return errorcode; in CAN_GetLastErrorCode()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_can.c776 uint8_t errorcode = 0; in CAN_ReadLastErrorCode() local
777 errorcode = CAN->ERRSTS_B.LERRC; in CAN_ReadLastErrorCode()
778 return errorcode; in CAN_ReadLastErrorCode()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_can.c1011 uint8_t errorcode = 0; in CAN_Peli_GetLastErrorCode() local
1017 errorcode = ((uint8_t)CAN1_PELI->ECC); in CAN_Peli_GetLastErrorCode()
1021 errorcode = ((uint8_t)CAN2_PELI->ECC); in CAN_Peli_GetLastErrorCode()
1027 return errorcode; in CAN_Peli_GetLastErrorCode()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_can.c891 uint8_t errorcode=0; in CAN_GetLastErrorCode() local
897 errorcode = (((uint8_t)CANx->ESR) & (uint8_t)CAN_ESR_LEC); in CAN_GetLastErrorCode()
900 return errorcode; in CAN_GetLastErrorCode()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_can.c890 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
896 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
899 return errorcode; in CAN_GetLastErrCode()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_can.c890 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
896 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
899 return errorcode; in CAN_GetLastErrCode()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_can.c890 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
896 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
899 return errorcode; in CAN_GetLastErrCode()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_can.c996 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
1002 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
1005 return errorcode; in CAN_GetLastErrCode()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_can.c996 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
1002 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
1005 return errorcode; in CAN_GetLastErrCode()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_can.c996 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
1002 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
1005 return errorcode; in CAN_GetLastErrCode()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_can.c996 uint8_t errorcode = 0; in CAN_GetLastErrCode() local
1002 errorcode = (((uint8_t)CANx->ESTS) & (uint8_t)CAN_ESTS_LEC); in CAN_GetLastErrCode()
1005 return errorcode; in CAN_GetLastErrCode()

Completed in 38 milliseconds