Home
last modified time | relevance | path

Searched refs:GPIO_PTB5_MASK (Results 1 – 3 of 3) sorted by relevance

/bsp/nv32f100x/app/src/
A Dledapp.c23 GPIO_Init (GPIOA, GPIO_PTB5_MASK, GPIO_PinOutput); in led_thread_entry()
27 GPIO_Toggle (GPIOA, GPIO_PTB5_MASK); in led_thread_entry()
/bsp/nv32f100x/lib/inc/
A Dgpio.h125 GPIO_PTB5_MASK = (1<<13), /*!< GPIO Pin PTB5 bit mask */ enumerator
/bsp/nv32f100x/lib/src/
A Dgpio.c154 if (u32PinMask & GPIO_PTB5_MASK) in GPIO_Init()
167 if (u32PinMask & GPIO_PTB5_MASK) in GPIO_Init()

Completed in 10 milliseconds