Home
last modified time | relevance | path

Searched refs:GPIO_PORTB (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/SAMR34/
Dboard-config.h54 #define RADIO_RESET GPIO( GPIO_PORTB, 15 )
58 #define RADIO_MOSI GPIO( GPIO_PORTB, 30 )
61 #define RADIO_NSS GPIO( GPIO_PORTB, 31 )
63 #define RADIO_DIO_0 GPIO( GPIO_PORTB, 16 )
66 #define RADIO_DIO_3 GPIO( GPIO_PORTB, 17 )
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_gpio.h85 enum gpio_port { GPIO_PORTA, GPIO_PORTB, GPIO_PORTC, GPIO_PORTD, GPIO_PORTE }; enumerator