Searched refs:__IO (Results 1 – 7 of 7) sorted by relevance
104 __IO uint32_t DMAMR; // ETH_DMAMR DMA mode register105 __IO uint32_t DMAISR; // ETH_DMAISR DMA Interrupt status register106 __IO uint32_t DMADSR; // ETH_DMADSR DMA Debug status register107 __IO uint32_t DMACCR; // ETH_DMACCR DMA Channel control register108 __IO uint32_t DMACTCR; // ETH_DMACTXCR Channel Tx transmit control register109 __IO uint32_t DMACRCR; // ETH_DMACRXCR Channel Rx receive control register110 __IO uint32_t DMACTDLAR; // ETH_DMACTXDLAR Channel Tx descriptor list address register111 __IO uint32_t DMACRDLAR; // ETH_DMACRXDLAR Channel Rx descriptor list address register112 __IO uint32_t DMACTDTPR; // ETH_DMACTXDTPR Channel TX tail pointer113 __IO uint32_t DMACRDTPR; // ETH_DMACRXDTPR Channel RX tail pointer[all …]
83 __IO uint32_t DESC0; /* The buffer */88 __IO uint32_t DESC1;93 … __IO uint32_t DESC2; /* Buffer 1 length (0x00003FFFU) Buffer 2 Length (0x3FFF0000) */106 __IO uint32_t DESC3; /* bit 31 is the OWN (by DMA) bit */524 … __IO HAL_ETH_StateTypeDef gState; /*!< ETH state information related to global Handle management528 … __IO HAL_ETH_StateTypeDef RxState; /*!< ETH state information related to Rx operations.531 … __IO uint32_t ErrorCode; /*!< Holds the global Error code of the ETH HAL status machine534 …__IO uint32_t DMAErrorCode; /*!< Holds the DMA Rx Tx Error code when a DMA AIS interrupt oc…537 …__IO uint32_t MACErrorCode; /*!< Holds the MAC Rx Tx Error code when a MAC Rx or Tx status …540 …__IO uint32_t MACWakeUpEvent; /*!< Holds the Wake Up event when the MAC exit the power down m…[all …]
228 ( *( __IO uint32_t * ) ( ( uint32_t ) ( ulETH_MAC_ADDR_HBASE + ulIndex ) ) ) = ulTempReg; in prvMACAddressConfig()234 ( *( __IO uint32_t * ) ( ( uint32_t ) ( ulETH_MAC_ADDR_LBASE + ulIndex ) ) ) = ulTempReg; in prvMACAddressConfig()1014 __IO const ETH_DMADescTypeDef * dmarxdesc = in uxGetOwnCount()1015 ( __IO const ETH_DMADescTypeDef * )dmarxdesclist->RxDesc[ xIndex ]; in uxGetOwnCount()
1312 __IO const ETH_DMADescTypeDef * dma_rx_desc; in HAL_ETH_GetRxData()1456 …__IO ETH_DMADescTypeDef * dmarxdesc = ( ETH_DMADescTypeDef * ) dmarxdesclist->RxDesc[ desc_index ]; in HAL_ETH_BuildRxDescriptors()2269 …( *( __IO uint32_t * ) macaddrhr ) = ( ( ( uint32_t ) ( pMACAddr[ 5 ] ) << 8 ) | ( uint32_t ) pMAC… in HAL_ETH_SetSourceMACAddrMatch()2271 …( *( __IO uint32_t * ) macaddrlr ) = ( ( ( uint32_t ) ( pMACAddr[ 3 ] ) << 24 ) | ( ( uint32_t ) (… in HAL_ETH_SetSourceMACAddrMatch()2275 ( *( __IO uint32_t * ) macaddrhr ) |= ( ETH_MACAHR_SA | ETH_MACAHR_AE ); in HAL_ETH_SetSourceMACAddrMatch()
1401 ( *( __IO uint32_t * ) ( ( uint32_t ) ( ETH_MAC_ADDR_HBASE + MacAddr ) ) ) = tmpreg; in ETH_MACAddressConfig()1406 ( *( __IO uint32_t * ) ( ( uint32_t ) ( ETH_MAC_ADDR_LBASE + MacAddr ) ) ) = tmpreg; in ETH_MACAddressConfig()1443 __IO uint32_t tmpreg = heth->Instance->MACCR | ETH_MACCR_RE; in ETH_MACReceptionEnable()1456 __IO uint32_t tmpreg = heth->Instance->MACCR & ~( ETH_MACCR_RE ); in ETH_MACReceptionDisable()1470 __IO uint32_t tmpreg = heth->Instance->DMAOMR | ETH_DMAOMR_ST; in ETH_DMATransmissionEnable()1484 __IO uint32_t tmpreg = heth->Instance->DMAOMR & ~( ETH_DMAOMR_ST ); in ETH_DMATransmissionDisable()1498 __IO uint32_t tmpreg = heth->Instance->DMAOMR | ETH_DMAOMR_SR; in ETH_DMAReceptionEnable()1512 __IO uint32_t tmpreg = heth->Instance->DMAOMR & ~( ETH_DMAOMR_SR ); in ETH_DMAReceptionDisable()1526 __IO uint32_t tmpreg = heth->Instance->DMAOMR | ETH_DMAOMR_FTF; in ETH_FlushTransmitFIFO()
304 static __IO ETH_DMADescTypeDef * DMATxDescToClear;407 __IO ETH_DMADescTypeDef * txLastDescriptor = xETH.TxDesc; in vClearTXBuffers()775 ( *( __IO uint32_t * ) ( ( uint32_t ) ( ETH_MAC_ADDR_HBASE + ulIndex ) ) ) = ulTempReg; in prvMACAddressConfig()781 ( *( __IO uint32_t * ) ( ( uint32_t ) ( ETH_MAC_ADDR_LBASE + ulIndex ) ) ) = ulTempReg; in prvMACAddressConfig()792 __IO ETH_DMADescTypeDef * pxDmaTxDesc; in xSTM32F_NetworkInterfaceOutput()1085 __IO ETH_DMADescTypeDef * pxDMARxDescriptor; in prvNetworkInterfaceInput()
446 #ifdef __IO447 #undef __IO449 #define __IO macro698 __IO uint32_t Status; /*!< Status */752 __IO HAL_ETH_StateTypeDef State; /*!< ETH communication state */