Searched refs:__IO (Results 1 – 25 of 55) sorted by relevance
123
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
D | stm32l476xx.h | 196 …__IO uint32_t ISR; /*!< ADC interrupt and status register, Address offset: 0x… 197 …__IO uint32_t IER; /*!< ADC interrupt enable register, Address offset: 0x… 198 …__IO uint32_t CR; /*!< ADC control register, Address offset: 0x… 199 …__IO uint32_t CFGR; /*!< ADC configuration register 1, Address offset: 0x… 200 …__IO uint32_t CFGR2; /*!< ADC configuration register 2, Address offset: 0x… 201 …__IO uint32_t SMPR1; /*!< ADC sampling time register 1, Address offset: 0x… 202 …__IO uint32_t SMPR2; /*!< ADC sampling time register 2, Address offset: 0x… 204 …__IO uint32_t TR1; /*!< ADC analog watchdog 1 threshold register, Address offset: 0x… 205 …__IO uint32_t TR2; /*!< ADC analog watchdog 2 threshold register, Address offset: 0x… 206 …__IO uint32_t TR3; /*!< ADC analog watchdog 3 threshold register, Address offset: 0x… [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 626 __IO uint32_t tmpreg; \ 634 __IO uint32_t tmpreg; \ 643 __IO uint32_t tmpreg; \ 652 __IO uint32_t tmpreg; \ 660 __IO uint32_t tmpreg; \ 668 __IO uint32_t tmpreg; \ 677 __IO uint32_t tmpreg; \ 687 __IO uint32_t tmpreg; \ 731 __IO uint32_t tmpreg; \ 739 __IO uint32_t tmpreg; \ [all …]
|
D | stm32l4xx_hal_i2c.h | 207 __IO uint16_t XferCount; /*!< I2C transfer counter */ 209 …__IO uint32_t XferOptions; /*!< I2C sequantial transfer options, this parameter can 212 __IO uint32_t PreviousState; /*!< I2C communication Previous state */ 222 __IO HAL_I2C_StateTypeDef State; /*!< I2C communication state */ 224 __IO HAL_I2C_ModeTypeDef Mode; /*!< I2C communication mode */ 226 __IO uint32_t ErrorCode; /*!< I2C Error code */ 228 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */
|
D | stm32l4xx_hal_flash.h | 143 __IO uint32_t ErrorCode; /* FLASH error code */ 144 …__IO FLASH_ProcedureTypeDef ProcedureOnGoing; /* Internal variable to indicate which procedure is… 145 …__IO uint32_t Address; /* Internal variable to save address selected for p… 146 …__IO uint32_t Bank; /* Internal variable to save current bank selected … 147 …__IO uint32_t Page; /* Internal variable to define the current page whi… 148 …__IO uint32_t NbPagesToErase; /* Internal variable to save the remaining pages to… 149 …__IO FLASH_CacheTypeDef CacheToReactivate; /* Internal variable to indicate which caches shoul…
|
D | stm32l4xx_hal_pcd.h | 128 __IO uint8_t USB_Address; /*!< USB Address: not used by USB OTG FS */ 132 __IO PCD_StateTypeDef State; /*!< PCD communication state */ 203 #define __HAL_PCD_UNGATE_PHYCLOCK(__HANDLE__) *(__IO uint32_t *)((uint32_t)((__HANDLE__… 206 #define __HAL_PCD_GATE_PHYCLOCK(__HANDLE__) *(__IO uint32_t *)((uint32_t)((__HANDLE__… 208 #define __HAL_PCD_IS_PHY_SUSPENDED(__HANDLE__) ((*(__IO uint32_t *)((uint32_t)((__HANDLE…
|
D | stm32l4xx_hal_uart.h | 257 __IO uint16_t TxXferCount; /*!< UART Tx Transfer Counter */ 263 __IO uint16_t RxXferCount; /*!< UART Rx Transfer Counter */ 291 …__IO HAL_UART_StateTypeDef gState; /*!< UART state information related to global H… 295 …__IO HAL_UART_StateTypeDef RxState; /*!< UART state information related to Rx opera… 298 __IO uint32_t ErrorCode; /*!< UART Error code */
|
D | stm32l4xx_ll_usb.h | 453 #define USBx_PCGCCTL *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_PCGCCTL_BASE) 454 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_HOST_PORT_BASE) 459 #define USBx_DFIFO(i) *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_FIFO_BASE + (i) * USB_OTG_FIFO_…
|
D | stm32l4xx_hal_rng.h | 96 __IO HAL_RNG_StateTypeDef State; /*!< RNG communication state */
|
D | stm32l4xx_hal_dma.h | 138 …__IO HAL_DMA_StateTypeDef State; /*!< DMA transf… 150 …__IO uint32_t ErrorCode; /*!< DMA Error …
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 626 __IO uint32_t tmpreg; \ 634 __IO uint32_t tmpreg; \ 643 __IO uint32_t tmpreg; \ 652 __IO uint32_t tmpreg; \ 660 __IO uint32_t tmpreg; \ 668 __IO uint32_t tmpreg; \ 677 __IO uint32_t tmpreg; \ 687 __IO uint32_t tmpreg; \ 731 __IO uint32_t tmpreg; \ 739 __IO uint32_t tmpreg; \ [all …]
|
D | stm32l4xx_hal_i2c.h | 207 __IO uint16_t XferCount; /*!< I2C transfer counter */ 209 …__IO uint32_t XferOptions; /*!< I2C sequantial transfer options, this parameter can 212 __IO uint32_t PreviousState; /*!< I2C communication Previous state */ 222 __IO HAL_I2C_StateTypeDef State; /*!< I2C communication state */ 224 __IO HAL_I2C_ModeTypeDef Mode; /*!< I2C communication mode */ 226 __IO uint32_t ErrorCode; /*!< I2C Error code */ 228 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */
|
D | stm32l4xx_hal_flash.h | 143 __IO uint32_t ErrorCode; /* FLASH error code */ 144 …__IO FLASH_ProcedureTypeDef ProcedureOnGoing; /* Internal variable to indicate which procedure is… 145 …__IO uint32_t Address; /* Internal variable to save address selected for p… 146 …__IO uint32_t Bank; /* Internal variable to save current bank selected … 147 …__IO uint32_t Page; /* Internal variable to define the current page whi… 148 …__IO uint32_t NbPagesToErase; /* Internal variable to save the remaining pages to… 149 …__IO FLASH_CacheTypeDef CacheToReactivate; /* Internal variable to indicate which caches shoul…
|
D | stm32l4xx_hal_uart.h | 257 __IO uint16_t TxXferCount; /*!< UART Tx Transfer Counter */ 263 __IO uint16_t RxXferCount; /*!< UART Rx Transfer Counter */ 291 …__IO HAL_UART_StateTypeDef gState; /*!< UART state information related to global H… 295 …__IO HAL_UART_StateTypeDef RxState; /*!< UART state information related to Rx opera… 298 __IO uint32_t ErrorCode; /*!< UART Error code */
|
D | stm32l4xx_hal_pcd.h | 128 __IO uint8_t USB_Address; /*!< USB Address: not used by USB OTG FS */ 132 __IO PCD_StateTypeDef State; /*!< PCD communication state */ 203 #define __HAL_PCD_UNGATE_PHYCLOCK(__HANDLE__) *(__IO uint32_t *)((uint32_t)((__HANDLE__… 206 #define __HAL_PCD_GATE_PHYCLOCK(__HANDLE__) *(__IO uint32_t *)((uint32_t)((__HANDLE__… 208 #define __HAL_PCD_IS_PHY_SUSPENDED(__HANDLE__) ((*(__IO uint32_t *)((uint32_t)((__HANDLE…
|
D | stm32l4xx_ll_usb.h | 453 #define USBx_PCGCCTL *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_PCGCCTL_BASE) 454 #define USBx_HPRT0 *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_HOST_PORT_BASE) 459 #define USBx_DFIFO(i) *(__IO uint32_t *)((uint32_t)USBx + USB_OTG_FIFO_BASE + (i) * USB_OTG_FIFO_…
|
D | stm32l4xx_hal_rng.h | 96 __IO HAL_RNG_StateTypeDef State; /*!< RNG communication state */
|
D | stm32l4xx_hal_dma.h | 138 …__IO HAL_DMA_StateTypeDef State; /*!< DMA transf… 150 …__IO uint32_t ErrorCode; /*!< DMA Error …
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal.c | 99 __IO uint32_t uwTick; 539 *(__IO uint32_t *) SCSR_SRAM2ER_BB = (uint8_t)0x00000001; in HAL_SYSCFG_SRAM2Erase() 554 *(__IO uint32_t *)FB_MODE_BB = (uint32_t)ENABLE; in HAL_SYSCFG_EnableMemorySwappingBank() 570 *(__IO uint32_t *)FB_MODE_BB = (uint32_t)DISABLE; in HAL_SYSCFG_DisableMemorySwappingBank()
|
D | stm32l4xx_hal_flash.c | 786 *(__IO uint32_t*)Address = (uint32_t)Data; in FLASH_Program_DoubleWord() 787 *(__IO uint32_t*)(Address+4) = (uint32_t)(Data >> 32); in FLASH_Program_DoubleWord() 799 __IO uint32_t *dest_addr = (__IO uint32_t*)Address; in FLASH_Program_Fast() 800 __IO uint32_t *src_addr = (__IO uint32_t*)DataAddress; in FLASH_Program_Fast()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal.c | 99 __IO uint32_t uwTick; 539 *(__IO uint32_t *) SCSR_SRAM2ER_BB = (uint8_t)0x00000001; in HAL_SYSCFG_SRAM2Erase() 554 *(__IO uint32_t *)FB_MODE_BB = (uint32_t)ENABLE; in HAL_SYSCFG_EnableMemorySwappingBank() 570 *(__IO uint32_t *)FB_MODE_BB = (uint32_t)DISABLE; in HAL_SYSCFG_DisableMemorySwappingBank()
|
D | stm32l4xx_hal_flash.c | 786 *(__IO uint32_t*)Address = (uint32_t)Data; in FLASH_Program_DoubleWord() 787 *(__IO uint32_t*)(Address+4) = (uint32_t)(Data >> 32); in FLASH_Program_DoubleWord() 799 __IO uint32_t *dest_addr = (__IO uint32_t*)Address; in FLASH_Program_Fast() 800 __IO uint32_t *src_addr = (__IO uint32_t*)DataAddress; in FLASH_Program_Fast()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/ |
D | usbd_cdc.h | 121 __IO uint32_t TxState; 122 __IO uint32_t RxState;
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/ |
D | usbd_cdc.h | 121 __IO uint32_t TxState; 122 __IO uint32_t RxState;
|
/external/arm-trusted-firmware/plat/imx/common/include/sci/ |
D | sci_scfw.h | 20 #define __IO volatile /*!< Defines 'read / write' permissions */ macro
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/disco_f746ng/ |
D | audio_provider.cc | 46 __IO uint32_t g_audio_rec_buffer_state = BUFFER_OFFSET_NONE;
|
123