| /bsp/nxp/mcx/mcxn/frdm-mcxn947/board/MCUX_Config/board/ |
| A D | pin_mux.c | 25 PORT1->PCR[8] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_IBE(1); /* FC4_P0 */ in BOARD_InitBootPins() 26 PORT1->PCR[9] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_IBE(1); /* FC4_P1 */ in BOARD_InitBootPins() 32 …PORT1->PCR[16] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_PE(1) | PORT_PCR_IBE(1); /* FC5_… in BOARD_InitBootPins() 33 …PORT1->PCR[17] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_PE(1) | PORT_PCR_IBE(1); /* FC5_… in BOARD_InitBootPins() 40 …PORT4->PCR[2] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_PE(1) | PORT_PCR_IBE(1); /* FC2_U… in BOARD_InitBootPins() 41 …PORT4->PCR[3] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_PE(1) | PORT_PCR_IBE(1); /* FC2_U… in BOARD_InitBootPins() 72 …PORT1->PCR[3] = PORT_PCR_MUX(0) | PORT_PCR_PS(0) | PORT_PCR_PE(0) | PORT_PCR_IBE(1); /* CS */ in BOARD_InitBootPins() 133 PORT0->PCR[ 9] = PORT_PCR_MUX(6) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO WR */ in BOARD_InitBootPins() 134 PORT0->PCR[ 8] = PORT_PCR_MUX(6) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO RD */ in BOARD_InitBootPins() 135 PORT0->PCR[12] = PORT_PCR_MUX(0) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO CS */ in BOARD_InitBootPins() [all …]
|
| /bsp/nxp/mcx/mcxn/frdm-mcxn236/board/MCUX_Config/board/ |
| A D | pin_mux.c | 25 PORT1->PCR[8] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_IBE(1); /* FC4_P0 */ in BOARD_InitBootPins() 26 PORT1->PCR[9] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_IBE(1); /* FC4_P1 */ in BOARD_InitBootPins() 29 …PORT1->PCR[16] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_PE(1) | PORT_PCR_IBE(1); /* FC5_P0 … in BOARD_InitBootPins() 33 …PORT4->PCR[2] = PORT_PCR_MUX(2) | PORT_PCR_PS(0) | PORT_PCR_PE(1) | PORT_PCR_IBE(1); /* FC2_U… in BOARD_InitBootPins() 63 …PORT1->PCR[3] = PORT_PCR_MUX(0) | PORT_PCR_PS(0) | PORT_PCR_PE(0) | PORT_PCR_IBE(1); /* CS */ in BOARD_InitBootPins() 106 PORT0->PCR[ 9] = PORT_PCR_MUX(6) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO WR */ in BOARD_InitBootPins() 107 PORT0->PCR[ 8] = PORT_PCR_MUX(6) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO RD */ in BOARD_InitBootPins() 108 PORT0->PCR[12] = PORT_PCR_MUX(0) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO CS */ in BOARD_InitBootPins() 109 PORT0->PCR[ 7] = PORT_PCR_MUX(0) | PORT_PCR_PE_MASK | PORT_PCR_PS_MASK; /* FLEXIO RS */ in BOARD_InitBootPins() 130 PORT4->PCR[15] = PORT_PCR_MUX(11) | PORT_PCR_IBE(1); /* CAN1_RXD */ in BOARD_InitBootPins() [all …]
|
| /bsp/frdm-k64f/board/ |
| A D | led.c | 21 PORTB->PCR[21] &= ~PORT_PCR_MUX_MASK; in rt_hw_led_init() 22 PORTB->PCR[21] |= PORT_PCR_MUX(1); //PTB21 is GPIO pin in rt_hw_led_init() 24 PORTB->PCR[22] &= ~PORT_PCR_MUX_MASK; in rt_hw_led_init() 25 PORTB->PCR[22] |= PORT_PCR_MUX(1); //PTB22 is GPIO pin in rt_hw_led_init() 27 PORTE->PCR[26] &= ~PORT_PCR_MUX_MASK; in rt_hw_led_init() 28 PORTE->PCR[26] |= PORT_PCR_MUX(1); //PTE26 is GPIO pin in rt_hw_led_init() 41 PORTB->PCR[21] &= ~PORT_PCR_MUX_MASK; in rt_hw_led_uninit() 43 PORTB->PCR[22] &= ~PORT_PCR_MUX_MASK; in rt_hw_led_uninit() 45 PORTE->PCR[26] &= ~PORT_PCR_MUX_MASK; in rt_hw_led_uninit()
|
| A D | drv_uart.c | 130 PORTB->PCR[16] &= ~(3UL << 8); in _configure() 131 PORTB->PCR[16] |= (3UL << 8); // Pin mux configured as ALT3 in _configure() 133 PORTB->PCR[17] &= ~(3UL << 8); in _configure() 134 PORTB->PCR[17] |= (3UL << 8); // Pin mux configured as ALT3 in _configure()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_ledc.c | 282 HT_LEDC->PCR &= ~(LEDC_COMxPOL|LEDC_SEGxPOL); in LEDC_SetPolarityMode() 285 HT_LEDC->PCR |= LEDC_COMxPOL; in LEDC_SetPolarityMode() 286 HT_LEDC->PCR &= ~(LEDC_SEGxPOL); in LEDC_SetPolarityMode() 289 HT_LEDC->PCR &= ~(LEDC_COMxPOL); in LEDC_SetPolarityMode() 290 HT_LEDC->PCR |= LEDC_SEGxPOL; in LEDC_SetPolarityMode() 293 HT_LEDC->PCR |= LEDC_COMxPOL|LEDC_SEGxPOL; in LEDC_SetPolarityMode()
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_port.h | 239 uint32_t addr = (uint32_t)&base->PCR[pin]; in PORT_SetPinConfig() 340 base->PCR[pin] = (base->PCR[pin] & ~PORT_PCR_MUX_MASK) | PORT_PCR_MUX(mux); in PORT_SetPinMux() 408 base->PCR[pin] = (base->PCR[pin] & ~PORT_PCR_IRQC_MASK) | PORT_PCR_IRQC(config); in PORT_SetPinInterruptConfig() 423 base->PCR[pin] = (base->PCR[pin] & ~PORT_PCR_DSE_MASK) | PORT_PCR_DSE(strength); in PORT_SetPinDriveStrength()
|
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_port.h | 259 uint32_t addr = (uint32_t)&base->PCR[pin]; in PORT_SetPinConfig() 323 base->PCR[pin] = (base->PCR[pin] & ~PORT_PCR_MUX_MASK) | PORT_PCR_MUX(mux); in PORT_SetPinMux() 391 base->PCR[pin] = (base->PCR[pin] & ~PORT_PCR_IRQC_MASK) | PORT_PCR_IRQC(config); in PORT_SetPinInterruptConfig()
|
| /bsp/ti/c28x/libraries/tms320f28379d/common/source/ |
| A D | F2837xD_Mcbsp.c | 125 McbspaRegs.PCR.bit.SCLKME = 0; in InitMcbspa() 140 McbspaRegs.PCR.bit.CLKXM = 1; in InitMcbspa() 141 McbspaRegs.PCR.bit.FSXM = 1; in InitMcbspa() 362 McbspbRegs.PCR.bit.SCLKME = 0; in InitMcbspb() 377 McbspbRegs.PCR.bit.CLKXM = 1; in InitMcbspb() 378 McbspbRegs.PCR.bit.FSXM = 1; in InitMcbspb()
|
| /bsp/ti/c28x/libraries/tms320f28379d/headers/include/ |
| A D | F2837xD_eqep.h | 125 Uint16 PCR:1; // 7 Position-compare ready interrupt enable member 146 Uint16 PCR:1; // 7 Position-compare ready interrupt flag member 167 Uint16 PCR:1; // 7 Clear position-compare ready interrupt flag member 188 Uint16 PCR:1; // 7 Force position-compare ready interrupt member
|
| A D | F2837xD_mcbsp.h | 287 union PCR_REG PCR; // Pin Control register member
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | drv_nand.c | 292 FMC_Bank3_R->PCR |= 1<<6; /* enable ecc */ in _read_page() 311 FMC_Bank3_R->PCR &= ~(1<<6); /* disable ecc */ in _read_page() 419 FMC_Bank3_R->PCR |= 1<<6; /* enable ecc */ in _write_page() 438 FMC_Bank3_R->PCR &= ~(1<<6); /* disable ecc */ in _write_page() 602 FMC_Bank3_R->PCR = tempreg; /* set nand control register */ in nand_init() 611 FMC_Bank3_R->PCR |= 1 << 2; /* NAND Flash memory bank enable bit */ in nand_init()
|
| /bsp/rm48x50/HALCoGen/include/ |
| A D | reg_htu.h | 64 uint32 PCR; /** 0x64 */ member
|
| A D | reg_het.h | 70 uint32 PCR; /**< 0x0074: Parity control register */ member
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32f1xxxx_ebi.c | 147 HT_EBI->PCR = EBI_InitStruct->EBI_PageLength | EBI_InitStruct->EBI_PageHitMode | in EBI_Init()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/ |
| A D | hri_sdhc_d51.h | 1940 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_SDBPWR_bit() 1949 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_write_PCR_SDBPWR_bit() 1952 ((Sdhc *)hw)->PCR.reg = tmp; in hri_sdhc_write_PCR_SDBPWR_bit() 1980 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_SDBVSEL_bf() 1989 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_write_PCR_SDBVSEL_bf() 1992 ((Sdhc *)hw)->PCR.reg = tmp; in hri_sdhc_write_PCR_SDBVSEL_bf() 2013 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_read_PCR_SDBVSEL_bf() 2021 ((Sdhc *)hw)->PCR.reg |= mask; in hri_sdhc_set_PCR_reg() 2028 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_reg() 2036 ((Sdhc *)hw)->PCR.reg = data; in hri_sdhc_write_PCR_reg() [all …]
|
| /bsp/microchip/same54/bsp/hri/ |
| A D | hri_sdhc_e54.h | 1940 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_SDBPWR_bit() 1949 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_write_PCR_SDBPWR_bit() 1952 ((Sdhc *)hw)->PCR.reg = tmp; in hri_sdhc_write_PCR_SDBPWR_bit() 1980 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_SDBVSEL_bf() 1989 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_write_PCR_SDBVSEL_bf() 1992 ((Sdhc *)hw)->PCR.reg = tmp; in hri_sdhc_write_PCR_SDBVSEL_bf() 2013 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_read_PCR_SDBVSEL_bf() 2021 ((Sdhc *)hw)->PCR.reg |= mask; in hri_sdhc_set_PCR_reg() 2028 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_reg() 2036 ((Sdhc *)hw)->PCR.reg = data; in hri_sdhc_write_PCR_reg() [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/ |
| A D | hri_sdhc_d51.h | 1940 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_SDBPWR_bit() 1949 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_write_PCR_SDBPWR_bit() 1952 ((Sdhc *)hw)->PCR.reg = tmp; in hri_sdhc_write_PCR_SDBPWR_bit() 1980 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_SDBVSEL_bf() 1989 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_write_PCR_SDBVSEL_bf() 1992 ((Sdhc *)hw)->PCR.reg = tmp; in hri_sdhc_write_PCR_SDBVSEL_bf() 2013 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_read_PCR_SDBVSEL_bf() 2021 ((Sdhc *)hw)->PCR.reg |= mask; in hri_sdhc_set_PCR_reg() 2028 tmp = ((Sdhc *)hw)->PCR.reg; in hri_sdhc_get_PCR_reg() 2036 ((Sdhc *)hw)->PCR.reg = data; in hri_sdhc_write_PCR_reg() [all …]
|
| /bsp/m16c62p/drivers/ |
| A D | iom16c62p.h | 2751 #define PCR (*(volatile union st_pcr *)(0x03ff)) macro
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/Device/Holtek/HT32F1xxxx/Include/ |
| A D | ht32f1xxxx_01.h | 1095 …__IO uint32_t PCR; /*!< 0x004 EBI Page Control Register … member
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/Device/Holtek/HT32F5xxxx/Include/ |
| A D | ht32f5xxxx_01.h | 1768 …__IO uint32_t PCR; /*!< 0x008 LED Polarity Control Register … member
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/ |
| A D | sdhc.h | 2557 __IO SDHC_PCR_Type PCR; /**< \brief Offset: 0x029 (R/W 8) Power Control */ member
|
| /bsp/microchip/same54/bsp/include/component/ |
| A D | sdhc.h | 2557 __IO SDHC_PCR_Type PCR; /**< \brief Offset: 0x029 (R/W 8) Power Control */ member
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/ |
| A D | sdhc.h | 2557 __IO SDHC_PCR_Type PCR; /**< \brief Offset: 0x029 (R/W 8) Power Control */ member
|
| /bsp/renesas/ra4m2-eco/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | R7FA4M2AD.h | 679 …__IOM uint32_t PCR : 1; /*!< [4..4] Pull-up Control … member 713 …__IOM uint16_t PCR : 1; /*!< [4..4] Pull-up Control … member 740 …__IOM uint8_t PCR : 1; /*!< [4..4] Pull-up Control … member 8426 …__IOM uint8_t PCR; /*!< (@ 0x00000025) Port Control Register … member
|
| /bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/ |
| A D | R7FA4E2B9.h | 1797 …__IOM uint32_t PCR : 1; /*!< [4..4] Pull-up Control … member 1831 …__IOM uint16_t PCR : 1; /*!< [4..4] Pull-up Control … member 1858 …__IOM uint8_t PCR : 1; /*!< [4..4] Pull-up Control … member 11822 …__IOM uint8_t PCR; /*!< (@ 0x00000025) Port Control Register … member
|