Home
last modified time | relevance | path

Searched refs:CFG (Results 1 – 8 of 8) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cm_15xx.h128 pI2C->CFG = (pI2C->CFG & I2C_CFG_MASK) | I2C_CFG_MSTEN; in Chip_I2CM_Enable()
139 pI2C->CFG = (pI2C->CFG & I2C_CFG_MASK) & ~I2C_CFG_MSTEN; in Chip_I2CM_Disable()
A Duart_15xx.h50 __IO uint32_t CFG; /*!< Configuration register */ member
129 pUART->CFG |= UART_CFG_ENABLE; in Chip_UART_Enable()
139 pUART->CFG &= ~UART_CFG_ENABLE; in Chip_UART_Disable()
256 reg = pUART->CFG & ~((0x3 << 2) | (0x3 << 4) | (0x1 << 6)); in Chip_UART_ConfigData()
257 pUART->CFG = reg | config; in Chip_UART_ConfigData()
A Di2cs_15xx.h112 pI2C->CFG = (pI2C->CFG & I2C_CFG_MASK) | I2C_CFG_SLVEN; in Chip_I2CS_Enable()
122 pI2C->CFG = (pI2C->CFG & I2C_CFG_MASK) & ~I2C_CFG_SLVEN; in Chip_I2CS_Disable()
A Dspi_15xx.h47 __IO uint32_t CFG; /*!< SPI Configuration register*/ member
411 pSPI->CFG |= SPI_CFG_SPI_EN; in Chip_SPI_Enable()
421 pSPI->CFG &= (~SPI_CFG_SPI_EN) & SPI_CFG_BITMASK; in Chip_SPI_Disable()
433 pSPI->CFG |= SPI_CFG_LBM_EN; in Chip_SPI_EnableLoopBack()
444 pSPI->CFG &= (~SPI_CFG_LBM_EN) & SPI_CFG_BITMASK; in Chip_SPI_DisableLoopBack()
A Ddma_15xx.h77 __IO uint32_t CFG; /*!< DMA Configuration register */ member
538 pDMA->DMACH[ch].CFG = cfg; in Chip_DMA_SetupChannelConfig()
A Di2c_common_15xx.h48 __IO uint32_t CFG; /*!< I2C Configuration Register common for Master, Slave and Monitor */ member
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dspi_15xx.c111 uint32_t EnStat = pSPI->CFG & SPI_CFG_SPI_EN; in Chip_SPI_SetConfig()
119 …pSPI->CFG = ((uint32_t) pConfig->ClockMode) | ((uint32_t) pConfig->DataOrder) | ((uint32_t) pConfi… in Chip_SPI_SetConfig()
A Duart_15xx.c171 pUART->CFG |= UART_MODE_32K; in Chip_UART_SetBaudWithRTC32K()

Completed in 15 milliseconds