| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | hal_sdhost.c | 823 if (!host->present) { in __mci_irq_handler() 1415 if (!host->present) { in do_rom_HAL_SDC_Request() 1773 uint32_t present; in __mci_cd_timer() local 1777 present = 1; in __mci_cd_timer() 1779 present = 0; in __mci_cd_timer() 1783 HAL_PR_SZ_L(gpio_val), HAL_PR_SZ_L(host->present), HAL_PR_SZ_L(present)); in __mci_cd_timer() 1784 if (host->present ^ present || host->wait_voltage_stable) { in __mci_cd_timer() 1786 host->present = present; in __mci_cd_timer() 2232 host->present = 1; in hal_sdc_init() 2272 host->present = 1; in hal_sdc_init() [all …]
|
| A D | Kconfig | 44 int "sdc card detect pin present value"
|
| A D | test.c | 78 void card_detect(uint32_t present) in card_detect() argument 80 if (present) { in card_detect()
|
| A D | _sdhost.h | 159 volatile uint32_t present; member
|
| /bsp/rm48x50/HALCoGen/ |
| A D | misra-c.txt | 25 /*SAFETYMCUSW 63 S MR:11.1 <REVIEWED> "LDRA-Definitions for gio.h and system.h already present" */ 34 /*SAFETYMCUSW 122 S MR:20.11 <REVIEWED> "Startup code(exit and abort need to be present)" */ 41 /*SAFETYMCUSW 354 S MR:1.4 <REVIEWED> " Startup code(Extern declaration present in the library)" */
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/ |
| A D | sd_test.h | 43 void card_detect(uint32_t present);
|
| A D | hal_sdhost.h | 70 typedef void (*card_detect_cb)(uint32_t present);
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/ |
| A D | sdhci.c | 241 if (!present || host->flags & SDHCI_DEVICE_DEAD) in sdhci_present_error() 289 rt_uint32_t present; in sdhci_set_card_detection() local 1352 int present; in sdhci_card_event() local 1358 present = mmc->ops->get_cd(mmc); in sdhci_card_event() 1363 if (sdhci_has_requests(host) && !present) in sdhci_card_event() 2039 rt_bool_t present; in sdhci_send_command_retry() local 2055 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry() 2063 if (sdhci_present_error(host, cmd, present)) in sdhci_send_command_retry() 2201 rt_bool_t present; in sdhci_request() local 2204 present = mmc->ops->get_cd(mmc); in sdhci_request() [all …]
|
| /bsp/renesas/ra8d1-ek/script/ |
| A D | fsp.ld | 287 /* If ITCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 288 /* If ITCM is present, this will be the absolute address that follows the ITCM ROM location. */ 454 /* If DTCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 455 /* If DTCM is present, this will be the absolute address that follows the DTCM ROM location. */
|
| /bsp/renesas/ra8m1-ek/script/ |
| A D | fsp.ld | 285 /* If ITCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 286 /* If ITCM is present, this will be the absolute address that follows the ITCM ROM location. */ 448 /* If DTCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 449 /* If DTCM is present, this will be the absolute address that follows the DTCM ROM location. */
|
| /bsp/renesas/ra8d1-vision-board/script/ |
| A D | fsp.ld | 287 /* If ITCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 288 /* If ITCM is present, this will be the absolute address that follows the ITCM ROM location. */ 454 /* If DTCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 455 /* If DTCM is present, this will be the absolute address that follows the DTCM ROM location. */
|
| /bsp/renesas/ra4e2-eco/script/ |
| A D | fsp.ld | 287 /* If ITCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 288 /* If ITCM is present, this will be the absolute address that follows the ITCM ROM location. */ 450 /* If DTCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 451 /* If DTCM is present, this will be the absolute address that follows the DTCM ROM location. */
|
| /bsp/renesas/ra6e2-fpb/script/ |
| A D | fsp.ld | 282 /* If ITCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 283 /* If ITCM is present, this will be the absolute address that follows the ITCM ROM location. */ 445 /* If DTCM is not present, this will be the address stored in '.' before ALIGN was attempted. */ 446 /* If DTCM is present, this will be the absolute address that follows the DTCM ROM location. */
|
| /bsp/raspberry-pico/RP2040/ |
| A D | link.ld | 56 symbol if present, otherwise defaults to start of .text.
|
| /bsp/renesas/ra8m1-ek/ |
| A D | README_EN.md | 139 3. Upon entering FSP, pre-configured peripherals are already present. Click the `Generate Project C…
|
| /bsp/renesas/ra8d1-ek/ |
| A D | README_EN.md | 150 3. Upon entering FSP, pre-configured peripherals are already present. Click the `Generate Project C…
|
| /bsp/renesas/ra6m3-hmi-board/ |
| A D | README.md | 158 3. Upon entering FSP, pre-configured peripherals are already present. Click the `Generate Project C…
|
| /bsp/core-v-mcu/core-v-cv32e40p/ |
| A D | readme_EN.md | 36 >This chapter is provided for users who use RT Thread on the Core-V-MCU. At present, the Core-V-MCU…
|
| /bsp/rockchip/rk3500/ |
| A D | Taishanpi-RK3566_ZH.md | 216 With `boot.scr` present, the system will boot automatically:
|
| /bsp/stm32/stm32u575-st-nucleo/ |
| A D | README.md | 315 3. At present, in this experimental test, it is found that RW007 will time out, and a suitable solu…
|
| /bsp/stm32/stm32u585-iot02a/ |
| A D | README.md | 315 3. At present, in this experimental test, it is found that RW007 will time out, and a suitable solu…
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 393 # of private inheritance when no explicit protection keyword is present.
|