Searched refs:PORTA_BASE (Results 1 – 6 of 6) sorted by relevance
| /bsp/nxp/mcx/mcxc/Libraries/drivers/ |
| A D | drv_pin.c | 132 case PORTA_BASE: in mcx_pin_irq_enable() 173 uint32_t port_index = ((uint32_t)port - PORTA_BASE) / (PORTB_BASE - PORTA_BASE); in mcx_gpio_irq_handler()
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | core-v-mcu-periph.h | 691 #define PORTA_BASE (SOC_CTRL_BASE + 0x0140u) macro 693 #define PORTA ((PORT_Type *)PORTA_BASE) 695 #define PORT_BASE_ADDRS { PORTA_BASE }
|
| /bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/ |
| A D | SWM341.h | 3863 #define PORTA_BASE (APB2_BASE + 0x00000) macro 3888 #define PORTA ((PORT_TypeDef *) PORTA_BASE)
|
| /bsp/frdm-k64f/device/ |
| A D | MK64F12.h | 8985 #define PORTA_BASE (0x40049000u) macro 8987 #define PORTA ((PORT_Type *)PORTA_BASE) 9005 #define PORT_BASE_ADDRS { PORTA_BASE, PORTB_BASE, PORTC_BASE, PORTD_BASE, …
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/ |
| A D | RV32M1_ri5cy.h | 14781 #define PORTA_BASE (0x40046000u) macro 14783 #define PORTA ((PORT_Type *)PORTA_BASE) 14801 #define PORT_BASE_ADDRS { PORTA_BASE, PORTB_BASE, PORTC_BASE, PORTD_BASE, …
|
| A D | RV32M1_zero_riscy.h | 15462 #define PORTA_BASE (0x40046000u) macro 15464 #define PORTA ((PORT_Type *)PORTA_BASE) 15482 #define PORT_BASE_ADDRS { PORTA_BASE, PORTB_BASE, PORTC_BASE, PORTD_BASE, …
|
Completed in 975 milliseconds