Searched refs:pio_set_peripheral (Results 1 – 2 of 2) sorted by relevance
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/pio/ |
H A D | pio.c | 184 void pio_set_peripheral(Pio *p_pio, const pio_type_t ul_type, in pio_set_peripheral() function 369 pio_set_peripheral(p_pio, ul_type, ul_mask); in pio_configure() 783 pio_set_peripheral(p_pio, PIO_PERIPH_A, (1 << (ul_pin & 0x1F))); in pio_configure_pin() 788 pio_set_peripheral(p_pio, PIO_PERIPH_B, (1 << (ul_pin & 0x1F))); in pio_configure_pin() 794 pio_set_peripheral(p_pio, PIO_PERIPH_C, (1 << (ul_pin & 0x1F))); in pio_configure_pin() 799 pio_set_peripheral(p_pio, PIO_PERIPH_D, (1 << (ul_pin & 0x1F))); in pio_configure_pin() 882 pio_set_peripheral(p_pio, PIO_PERIPH_A, ul_mask); in pio_configure_pin_group() 886 pio_set_peripheral(p_pio, PIO_PERIPH_B, ul_mask); in pio_configure_pin_group() 891 pio_set_peripheral(p_pio, PIO_PERIPH_C, ul_mask); in pio_configure_pin_group() 895 pio_set_peripheral(p_pio, PIO_PERIPH_D, ul_mask); in pio_configure_pin_group()
|
H A D | pio.h | 142 void pio_set_peripheral(Pio *p_pio, const pio_type_t ul_type,
|