Home
last modified time | relevance | path

Searched refs:READ_REG (Results 1 – 25 of 34) sorted by relevance

12

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_crc.h149 #define LL_CRC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
302 return (uint32_t)(READ_REG(CRCx->INIT)); in LL_CRC_GetInitialData()
338 return (uint32_t)(READ_REG(CRCx->POL)); in LL_CRC_GetPolynomialCoef()
394 return (uint32_t)(READ_REG(CRCx->DR)); in LL_CRC_ReadData32()
409 return (uint16_t)READ_REG(CRCx->DR); in LL_CRC_ReadData16()
423 return (uint8_t)READ_REG(CRCx->DR); in LL_CRC_ReadData8()
437 return (uint8_t)(READ_REG(CRCx->DR) & 0x7FU); in LL_CRC_ReadData7()
450 return (uint32_t)(READ_REG(CRCx->IDR)); in LL_CRC_Read_IDR()
A Dstm32f0xx_ll_utils.h186 return (uint32_t)(READ_REG(*((uint32_t *)UID_BASE_ADDRESS))); in LL_GetUID_Word0()
195 return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 4U)))); in LL_GetUID_Word1()
204 return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 8U)))); in LL_GetUID_Word2()
215 return (uint16_t)(READ_REG(*((uint32_t *)FLASHSIZE_BASE_ADDRESS))); in LL_GetFlashSize()
A Dstm32f0xx_ll_iwdg.h136 #define LL_IWDG_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
233 return (uint32_t)(READ_REG(IWDGx->PR)); in LL_IWDG_GetPrescaler()
256 return (uint32_t)(READ_REG(IWDGx->RLR)); in LL_IWDG_GetReloadCounter()
279 return (uint32_t)(READ_REG(IWDGx->WINR)); in LL_IWDG_GetWindow()
A Dstm32f0xx_ll_gpio.h236 #define LL_GPIO_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
687 temp = READ_REG(GPIOx->LCKR); in LL_GPIO_LockPin()
747 return (uint32_t)(READ_REG(GPIOx->IDR)); in LL_GPIO_ReadInputPort()
799 return (uint32_t)(READ_REG(GPIOx->ODR)); in LL_GPIO_ReadOutputPort()
915 WRITE_REG(GPIOx->ODR, READ_REG(GPIOx->ODR) ^ PinMask); in LL_GPIO_TogglePin()
A Dstm32f0xx_ll_tim.h1299 return (uint32_t)(READ_REG(TIMx->CNT)); in LL_TIM_GetCounter()
1339 return (uint32_t)(READ_REG(TIMx->PSC)); in LL_TIM_GetPrescaler()
1368 return (uint32_t)(READ_REG(TIMx->ARR)); in LL_TIM_GetAutoReload()
1395 return (uint32_t)(READ_REG(TIMx->RCR)); in LL_TIM_GetRepetitionCounter()
2092 return (uint32_t)(READ_REG(TIMx->CCR1)); in LL_TIM_OC_GetCompareCH1()
2108 return (uint32_t)(READ_REG(TIMx->CCR2)); in LL_TIM_OC_GetCompareCH2()
2124 return (uint32_t)(READ_REG(TIMx->CCR3)); in LL_TIM_OC_GetCompareCH3()
2140 return (uint32_t)(READ_REG(TIMx->CCR4)); in LL_TIM_OC_GetCompareCH4()
2789 tmpreg = READ_REG(TIMx->BDTR); in LL_TIM_EnableBRK()
2808 tmpreg = READ_REG(TIMx->BDTR); in LL_TIM_DisableBRK()
[all …]
A Dstm32f0xx_ll_spi.h351 #define LL_SPI_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
804 return (uint32_t)(READ_REG(SPIx->CRCPR)); in LL_SPI_GetCRCPolynomial()
815 return (uint32_t)(READ_REG(SPIx->RXCRCR)); in LL_SPI_GetRxCRC()
826 return (uint32_t)(READ_REG(SPIx->TXCRCR)); in LL_SPI_GetTxCRC()
1353 return (uint8_t)(READ_REG(SPIx->DR)); in LL_SPI_ReceiveData8()
1364 return (uint16_t)(READ_REG(SPIx->DR)); in LL_SPI_ReceiveData16()
1618 #define LL_I2S_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
A Dstm32f0xx_ll_wwdg.h117 #define LL_WWDG_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
A Dstm32f0xx_ll_exti.h227 #define LL_EXTI_ReadReg(__REG__) READ_REG(EXTI->__REG__)
A Dstm32f0xx_ll_pwr.h205 #define LL_PWR_ReadReg(__REG__) READ_REG(PWR->__REG__)
A Dstm32f0xx_ll_dma.h419 #define LL_DMA_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
1154 …return (READ_REG(((DMA_Channel_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel -… in LL_DMA_GetMemoryAddress()
1174 …return (READ_REG(((DMA_Channel_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel -… in LL_DMA_GetPeriphAddress()
1238 …return (READ_REG(((DMA_Channel_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel -… in LL_DMA_GetM2MSrcAddress()
1258 …return (READ_REG(((DMA_Channel_TypeDef *)((uint32_t)((uint32_t)DMAx + CHANNEL_OFFSET_TAB[Channel -… in LL_DMA_GetM2MDstAddress()
A Dstm32f0xx_ll_comp.h312 #define LL_COMP_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
A Dstm32f0xx_ll_crs.h192 #define LL_CRS_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
A Dstm32f0xx_ll_dac.h393 #define LL_DAC_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__)
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal.c393 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0()
402 return(READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1()
411 return(READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
A Dstm32f0xx_hal_can.c824 uint32_t tsr = READ_REG(hcan->Instance->TSR); in HAL_CAN_AddTxMessage()
1308 uint32_t interrupts = READ_REG(hcan->Instance->IER); in HAL_CAN_IRQHandler()
1309 uint32_t msrflags = READ_REG(hcan->Instance->MSR); in HAL_CAN_IRQHandler()
1310 uint32_t tsrflags = READ_REG(hcan->Instance->TSR); in HAL_CAN_IRQHandler()
1311 uint32_t rf0rflags = READ_REG(hcan->Instance->RF0R); in HAL_CAN_IRQHandler()
1312 uint32_t rf1rflags = READ_REG(hcan->Instance->RF1R); in HAL_CAN_IRQHandler()
1313 uint32_t esrflags = READ_REG(hcan->Instance->ESR); in HAL_CAN_IRQHandler()
A Dstm32f0xx_hal_rcc_ex.c847 uint32_t itflags = READ_REG(CRS->ISR); in HAL_RCCEx_CRS_IRQHandler()
848 uint32_t itsources = READ_REG(CRS->CR); in HAL_RCCEx_CRS_IRQHandler()
A Dstm32f0xx_hal_flash_ex.c909 return (uint32_t)(READ_REG(FLASH->WRPR)); in FLASH_OB_GetWRP()
950 return (uint8_t)((READ_REG(FLASH->OBR) & FLASH_OBR_USER) >> FLASH_POSITION_IWDGSW_BIT); in FLASH_OB_GetUser()
A Dstm32f0xx_hal_irda.c1470 uint32_t isrflags = READ_REG(hirda->Instance->ISR); in HAL_IRDA_IRQHandler()
1471 uint32_t cr1its = READ_REG(hirda->Instance->CR1); in HAL_IRDA_IRQHandler()
1488 cr3its = READ_REG(hirda->Instance->CR3); in HAL_IRDA_IRQHandler()
2325 uhdata = (uint16_t) READ_REG(hirda->Instance->RDR); in IRDA_Receive_IT()
A Dstm32f0xx_hal_uart.c1658 uint32_t isrflags = READ_REG(huart->Instance->ISR); in HAL_UART_IRQHandler()
1659 uint32_t cr1its = READ_REG(huart->Instance->CR1); in HAL_UART_IRQHandler()
1676 cr3its = READ_REG(huart->Instance->CR3); in HAL_UART_IRQHandler()
2744 uhdata = (uint16_t) READ_REG(huart->Instance->RDR); in UART_Receive_IT()
A Dstm32f0xx_hal_smartcard.c1307 uint32_t isrflags = READ_REG(hsmartcard->Instance->ISR); in HAL_SMARTCARD_IRQHandler()
1308 uint32_t cr1its = READ_REG(hsmartcard->Instance->CR1); in HAL_SMARTCARD_IRQHandler()
1326 cr3its = READ_REG(hsmartcard->Instance->CR3); in HAL_SMARTCARD_IRQHandler()
A Dstm32f0xx_hal_usart.c1551 uint32_t isrflags = READ_REG(husart->Instance->ISR); in HAL_USART_IRQHandler()
1552 uint32_t cr1its = READ_REG(husart->Instance->CR1); in HAL_USART_IRQHandler()
1576 cr3its = READ_REG(husart->Instance->CR3); in HAL_USART_IRQHandler()
A Dstm32f0xx_hal_smbus.c1943 uint32_t itflags = READ_REG(hsmbus->Instance->ISR); in SMBUS_ITErrorHandler()
1944 uint32_t itsources = READ_REG(hsmbus->Instance->CR1); in SMBUS_ITErrorHandler()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f7xx.h166 #define READ_REG(REG) ((REG)) macro
168 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |…
/lk-master/external/platform/stm32f0xx/CMSIS/inc/
A Dstm32f0xx.h220 #define READ_REG(REG) ((REG)) macro
222 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) |…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_qspi.c720 hqspi->TxXferCount = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Transmit()
721 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Transmit()
780 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive()
794 hqspi->RxXferCount = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Receive()
795 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Receive()
868 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Transmit_IT()
902 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_IT()
916 hqspi->RxXferSize = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Receive_IT()
966 hqspi->TxXferSize = READ_REG(hqspi->Instance->DLR) + 1; in HAL_QSPI_Transmit_DMA()
1017 uint32_t addr_reg = READ_REG(hqspi->Instance->AR); in HAL_QSPI_Receive_DMA()
[all …]

Completed in 106 milliseconds

12