Searched refs:CID (Results 1 – 7 of 7) sorted by relevance
345 newCmd->CID = cid; in LoRaMacCommandsAddCmd()388 while( ( curElement != NULL ) && ( curElement->CID != cid ) ) in LoRaMacCommandsGetCmd()442 if( ( IsSticky( curElement->CID ) == true ) && in LoRaMacCommandsRemoveStickyAnsCmds()443 ( IsConfirmationRequired( curElement->CID ) == false ) ) in LoRaMacCommandsRemoveStickyAnsCmds()480 buffer[itr++] = curElement->CID; in LoRaMacCommandsSerializeCmds()
67 uint8_t CID; member
1657 tmp = (uint8_t)((hsd->CID[0] & 0xFF000000U) >> 24); in HAL_SD_Get_CardInfo()1661 tmp = (uint8_t)((hsd->CID[0] & 0x00FF0000U) >> 16); in HAL_SD_Get_CardInfo()1665 tmp = (uint8_t)((hsd->CID[0] & 0x000000FF00U) >> 8); in HAL_SD_Get_CardInfo()1669 tmp = (uint8_t)(hsd->CID[0] & 0x000000FFU); in HAL_SD_Get_CardInfo()1673 tmp = (uint8_t)((hsd->CID[1] & 0xFF000000U) >> 24); in HAL_SD_Get_CardInfo()1677 tmp = (uint8_t)((hsd->CID[1] & 0x00FF0000U) >> 16); in HAL_SD_Get_CardInfo()1681 tmp = (uint8_t)((hsd->CID[1] & 0x0000FF00U) >> 8); in HAL_SD_Get_CardInfo()1685 tmp = (uint8_t)(hsd->CID[1] & 0x000000FFU); in HAL_SD_Get_CardInfo()1689 tmp = (uint8_t)((hsd->CID[2] & 0xFF000000U) >> 24); in HAL_SD_Get_CardInfo()1693 tmp = (uint8_t)((hsd->CID[2] & 0x00FF0000U) >> 16); in HAL_SD_Get_CardInfo()[all …]
2380 pCID->ManufacturerID = (uint8_t)((hsd->CID[0] & 0xFF000000U) >> 24U); in HAL_SD_GetCardCID()2382 pCID->OEM_AppliID = (uint16_t)((hsd->CID[0] & 0x00FFFF00U) >> 8U); in HAL_SD_GetCardCID()2384 pCID->ProdName1 = (((hsd->CID[0] & 0x000000FFU) << 24U) | ((hsd->CID[1] & 0xFFFFFF00U) >> 8U)); in HAL_SD_GetCardCID()2386 pCID->ProdName2 = (uint8_t)(hsd->CID[1] & 0x000000FFU); in HAL_SD_GetCardCID()2388 pCID->ProdRev = (uint8_t)((hsd->CID[2] & 0xFF000000U) >> 24U); in HAL_SD_GetCardCID()2390 pCID->ProdSN = (((hsd->CID[2] & 0x00FFFFFFU) << 8U) | ((hsd->CID[3] & 0xFF000000U) >> 24U)); in HAL_SD_GetCardCID()2392 pCID->Reserved1 = (uint8_t)((hsd->CID[3] & 0x00F00000U) >> 20U); in HAL_SD_GetCardCID()2394 pCID->ManufactDate = (uint16_t)((hsd->CID[3] & 0x000FFF00U) >> 8U); in HAL_SD_GetCardCID()2396 pCID->CID_CRC = (uint8_t)((hsd->CID[3] & 0x000000FEU) >> 1U); in HAL_SD_GetCardCID()3106 hsd->CID[0] = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_InitCard()[all …]
86 …uint32_t CID[4]; /*!< SD card identification number table … member
169 uint32_t CID[4]; /*!< SD card identification number table */ member
1037 __IO uint32_t CID; /*!< User ID Register 03Ch*/ member