| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch_ft.c | 198 uint8_t cid[TOUCH_CID_SIZE + 1] = {0}; in ft_probe() local 206 rt_memset(cid, 0, TOUCH_CID_SIZE + 1); in ft_probe() 207 err = ft_read(ft_i2c_bus, 0X8140, (uint8_t *)&cid, TOUCH_CID_SIZE); in ft_probe() 213 LOG_I("touch CID:0x%c%c%c%c", cid[0], cid[1], cid[2], cid[3]); in ft_probe() 218 if(rt_strncmp((char *)cid, "9147", TOUCH_CID_SIZE) == 0x0) in ft_probe()
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | core-v-mcu-pulp-mem-map.h | 65 #define PULP_CLUSTER_GLOBAL_ADDR(cid) (0x10000000 + (cid)*PULP_CLUSTER_SIZE) argument 77 #define PULP_CLUSTER_PERIPHERALS_GLOBAL_ADDR(cid) \ argument 78 (PULP_CLUSTER_GLOBAL_ADDR(cid) + PULP_CLUSTER_PERIPHERALS_OFFSET)
|
| A D | core-v-mcu-memory-map.h | 52 #define ARCHI_CLUSTER_GLOBAL_ADDR(cid) (0x10000000 + (cid)*ARCHI_CLUSTER_SIZE) argument 66 #define ARCHI_CLUSTER_PERIPHERALS_GLOBAL_ADDR(cid) (ARCHI_CLUSTER_GLOBAL_ADDR(cid) + ARCHI_CLUSTER… argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | quirks.c | 86 f->manfid == card->cid.manfid) && in mmc_fixup_device() 88 f->oemid == card->cid.oemid) && in mmc_fixup_device() 90 !strncmp(f->name, card->cid.prod_name, in mmc_fixup_device() 91 sizeof(card->cid.prod_name))) && in mmc_fixup_device()
|
| A D | sd.c | 225 card->cid.manfid = UNSTUFF_BITS(resp, 120, 8); in mmc_decode_cid() 226 card->cid.oemid = UNSTUFF_BITS(resp, 104, 8); in mmc_decode_cid() 232 card->cid.hwrev = UNSTUFF_BITS(resp, 60, 4); in mmc_decode_cid() 233 card->cid.fwrev = UNSTUFF_BITS(resp, 56, 4); in mmc_decode_cid() 234 card->cid.serial = UNSTUFF_BITS(resp, 24, 32); in mmc_decode_cid() 235 card->cid.year = UNSTUFF_BITS(resp, 12, 8); in mmc_decode_cid() 236 card->cid.month = UNSTUFF_BITS(resp, 8, 4); in mmc_decode_cid() 244 uint32_t cid[4] = {0}; in mmc_send_cid() local 254 HAL_Memcpy((void *)cid, (void *)cmd.resp, 16); in mmc_send_cid() 256 sd_hex_dump_bytes((void *)cid, 16); in mmc_send_cid() [all …]
|
| A D | _core.h | 228 cid_rev(card->cid.hwrev, \ 229 card->cid.fwrev, \ 230 card->cid.year, \ 231 card->cid.month) 340 extern int32_t mmc_all_send_cid(struct mmc_host *host, uint32_t *cid);
|
| A D | _mmc.h | 51 extern int32_t mmc_all_send_cid(struct mmc_host *host, uint32_t *cid);
|
| A D | core.c | 791 int32_t mmc_all_send_cid(struct mmc_host *host, uint32_t *cid) in mmc_all_send_cid() argument 796 if (!host || !cid) { in mmc_all_send_cid() 809 HAL_Memcpy(cid, cmd.resp, sizeof(uint32_t) * 4); in mmc_all_send_cid()
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_touch_ft.c | 189 uint8_t cid = 0xFF; in ft_probe() local 192 err = ft_read(ft_i2c_bus, CHIP_ID_REG, (uint8_t *)&cid, 1); in ft_probe() 198 LOG_I("touch CID:%02X", cid); in ft_probe() 199 if(cid == CHIP_ID_VALUE) in ft_probe()
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/Source/ |
| A D | icc.c | 50 int ICC_ID(icc_cache_id_t cid) in ICC_ID() argument 52 switch (cid) { in ICC_ID()
|
| /bsp/mm32f103x/ |
| A D | README.md | 107 - [MiniBoardStartKit资料包](https://www.mindmotion.com.cn/download.aspx?cid=2545) 109 - [keil pack安装包](https://www.mindmotion.com.cn/download.aspx?cid=2546) 111 - [MM32 支持工具包](https://www.mindmotion.com.cn/download.aspx?cid=2547)
|
| /bsp/mm32l3xx/ |
| A D | README.md | 105 - [MiniBoardStartKit资料包](http://www.mm32.com.cn/download.aspx?cid=2545) 107 - [keil pack安装包](http://www.mm32.com.cn/download.aspx?cid=2546) 109 - [MM32 支持工具包](http://www.mm32.com.cn/download.aspx?cid=2547)
|
| /bsp/mm32l07x/ |
| A D | README.md | 105 - [MiniBoardStartKit资料包](http://www.mm32.com.cn/download.aspx?cid=2545) 107 - [keil pack安装包](http://www.mm32.com.cn/download.aspx?cid=2546) 109 - [MM32 支持工具包](http://www.mm32.com.cn/download.aspx?cid=2547)
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | l2cc_task.h | 140 uint16_t cid; member 158 uint16_t cid; member
|
| A D | l2cc_pdu.h | 84 #define L2C_IS_DYNAMIC_CID(cid) ((cid >= L2C_CID_DYN_MIN) && (cid <= L2C_CID_DYN_MAX)) argument 450 uint16_t cid; member
|
| A D | l2cc_int.h | 147 …evt(uint8_t conidx, uint8_t operation, const ke_task_id_t requester, uint8_t status, uint16_t cid);
|
| A D | l2cc.h | 238 void* l2cc_pdu_alloc(uint8_t conidx, uint16_t cid, uint8_t code, ke_task_id_t src_id, uint16_t leng…
|
| A D | l2cc_lecb.h | 232 void l2cc_lecb_send_credit_add(uint8_t conidx, uint8_t pkt_id, uint16_t cid, uint16_t credits);
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/src/ |
| A D | fsl_sd.c | 897 sd_cid_t *cid; in SD_DecodeCid() local 899 cid = &(card->cid); in SD_DecodeCid() 900 cid->manufacturerID = (uint8_t)((rawCid[3U] & 0xFF000000U) >> 24U); in SD_DecodeCid() 901 cid->applicationID = (uint16_t)((rawCid[3U] & 0xFFFF00U) >> 8U); in SD_DecodeCid() 903 cid->productName[0U] = (uint8_t)((rawCid[3U] & 0xFFU)); in SD_DecodeCid() 904 cid->productName[1U] = (uint8_t)((rawCid[2U] & 0xFF000000U) >> 24U); in SD_DecodeCid() 905 cid->productName[2U] = (uint8_t)((rawCid[2U] & 0xFF0000U) >> 16U); in SD_DecodeCid() 906 cid->productName[3U] = (uint8_t)((rawCid[2U] & 0xFF00U) >> 8U); in SD_DecodeCid() 907 cid->productName[4U] = (uint8_t)((rawCid[2U] & 0xFFU)); in SD_DecodeCid() 909 cid->productVersion = (uint8_t)((rawCid[1U] & 0xFF000000U) >> 24U); in SD_DecodeCid() [all …]
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/Include/ |
| A D | icc.h | 74 int ICC_ID(icc_cache_id_t cid);
|
| /bsp/nxp/lpc/lpc176x/drivers/ |
| A D | sd.h | 42 uint8_t cid[16]; // CID member
|
| /bsp/raspberry-pico/RP2040/applications/lvgl/ |
| A D | README_zh.md | 51 <iframe src="//player.bilibili.com/player.html?aid=893079529&bvid=BV1oP4y1E7Md&cid=481212104&page=1…
|
| A D | README.md | 55 <iframe src="//player.bilibili.com/player.html?aid=893079529&bvid=BV1oP4y1E7Md&cid=481212104&page=1…
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/sdmmc_2.1.2/inc/ |
| A D | fsl_card.h | 141 sd_cid_t cid; /*!< CID */ member 200 mmc_cid_t cid; /*!< CID */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/components/touch/ft5406/ |
| A D | hpm_ft5406.h | 123 uint8_t cid[5]; member
|