Searched refs:CID (Results 1 – 9 of 9) sorted by relevance
| /bsp/apollo2/libraries/drivers/hal/ |
| A D | am_hal_mcuctrl.c | 203 psDevice->ui32JedecCID = (AM_BFR(JEDEC, CID3, CID) << 24); in am_hal_mcuctrl_device_info_get() 204 psDevice->ui32JedecCID |= (AM_BFR(JEDEC, CID2, CID) << 16); in am_hal_mcuctrl_device_info_get() 205 psDevice->ui32JedecCID |= (AM_BFR(JEDEC, CID1, CID) << 8); in am_hal_mcuctrl_device_info_get() 206 psDevice->ui32JedecCID |= (AM_BFR(JEDEC, CID0, CID) << 0); in am_hal_mcuctrl_device_info_get()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_sd.c | 1965 pCID->OEM_AppliID = (uint16_t)((hsd->CID[0] & 0x00FFFF00U) >> 8U); in HAL_SD_GetCardCID() 1967 pCID->ProdName1 = (((hsd->CID[0] & 0x000000FFU) << 24U) | ((hsd->CID[1] & 0xFFFFFF00U) >> 8U)); in HAL_SD_GetCardCID() 1969 pCID->ProdName2 = (uint8_t)(hsd->CID[1] & 0x000000FFU); in HAL_SD_GetCardCID() 1971 pCID->ProdRev = (uint8_t)((hsd->CID[2] & 0xFF000000U) >> 24U); in HAL_SD_GetCardCID() 1973 pCID->ProdSN = (((hsd->CID[2] & 0x00FFFFFFU) << 8U) | ((hsd->CID[3] & 0xFF000000U) >> 24U)); in HAL_SD_GetCardCID() 1975 pCID->Reserved1 = (uint8_t)((hsd->CID[3] & 0x00F00000U) >> 20U); in HAL_SD_GetCardCID() 1979 pCID->CID_CRC = (uint8_t)((hsd->CID[3] & 0x000000FEU) >> 1U); in HAL_SD_GetCardCID() 2646 hsd->CID[0U] = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_InitCard() 2647 hsd->CID[1U] = SDIO_GetResponse(hsd->Instance, SDIO_RESP2); in SD_InitCard() 2648 hsd->CID[2U] = SDIO_GetResponse(hsd->Instance, SDIO_RESP3); in SD_InitCard() [all …]
|
| /bsp/microchip/same54/bsp/include/component/ |
| A D | pcc.h | 57 uint32_t CID:2; /*!< bit: 30..31 Clear If Disabled */ member
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/ |
| A D | pcc.h | 57 uint32_t CID:2; /*!< bit: 30..31 Clear If Disabled */ member
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/ |
| A D | pcc.h | 57 uint32_t CID:2; /*!< bit: 30..31 Clear If Disabled */ member
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_sd.h | 149 uint32_t CID[4]; /*!< SD card identification number table */ member
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/ |
| A D | drv_usb_regs.h | 100 …__IO uint32_t CID; /*!< USB core ID register … member
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Include/ |
| A D | ht32f1xxxx_01.h | 768 …__IO uint32_t CID[4]; /*!< 0x310 ~ 0x31C Custom ID Register … member
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/ |
| A D | ht32f5xxxx_01.h | 1137 …__IO uint32_t CID[4]; /*!< 0x310 ~ 0x31C Custom ID Register … member
|
Completed in 48 milliseconds