Searched refs:as_gpio (Results 1 – 10 of 10) sorted by relevance
| /bsp/hpmicro/hpm6800evk/board/ |
| A D | pinmux.h | 47 void init_sdxc_pwr_pin(SDXC_Type *ptr, bool as_gpio); 48 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio); 50 void init_sdxc_vsel_pin(SDXC_Type *ptr, bool as_gpio);
|
| A D | pinmux.c | 224 void init_sdxc_pwr_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_pwr_pin() argument 227 if (as_gpio) { in init_sdxc_pwr_pin() 237 void init_sdxc_vsel_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_vsel_pin() argument 240 if (as_gpio) { in init_sdxc_vsel_pin() 250 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_cd_pin() argument 253 if (as_gpio) { in init_sdxc_cd_pin()
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | pinmux.h | 38 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio); 40 void init_sdxc_pwr_pin(SDXC_Type *ptr, bool as_gpio);
|
| A D | pinmux.c | 548 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_cd_pin() argument 552 if (as_gpio) { in init_sdxc_cd_pin() 589 void init_sdxc_pwr_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_pwr_pin() argument 592 if (as_gpio) { in init_sdxc_pwr_pin()
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | pinmux.h | 42 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio); 44 void init_sdxc_pwr_pin(SDXC_Type *ptr, bool as_gpio);
|
| A D | pinmux.c | 543 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_cd_pin() argument 547 if (as_gpio) { in init_sdxc_cd_pin()
|
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | pinmux.h | 43 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio); 45 void init_sdxc_vsel_pin(SDXC_Type *ptr, bool as_gpio);
|
| A D | pinmux.c | 509 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_cd_pin() argument 514 uint32_t cd_func_alt = as_gpio ? IOC_PD28_FUNC_CTL_GPIO_D_28 : IOC_PD28_FUNC_CTL_SDC1_CDN; in init_sdxc_cd_pin() 520 void init_sdxc_vsel_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_vsel_pin() argument 524 … uint32_t vsel_func_alt = as_gpio ? IOC_PD29_FUNC_CTL_GPIO_D_29 : IOC_PD29_FUNC_CTL_SDC1_VSEL; in init_sdxc_vsel_pin()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | pinmux.h | 31 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio);
|
| A D | pinmux.c | 321 void init_sdxc_cd_pin(SDXC_Type *ptr, bool as_gpio) in init_sdxc_cd_pin() argument 324 uint32_t cd_func_alt = as_gpio ? IOC_PA14_FUNC_CTL_GPIO_A_14 : IOC_PA14_FUNC_CTL_SDC0_CDN; in init_sdxc_cd_pin()
|
Completed in 23 milliseconds