Home
last modified time | relevance | path

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

/bsp/stm32/stm32u575-st-nucleo/board/ports/
A Ddrv_key.c39 #define PIN_WK_UP GET_PIN(C,13) macro
212 return rt_pin_read(PIN_WK_UP); in button_keywkup_read()
240 rt_pin_mode(PIN_WK_UP, PIN_MODE_INPUT); /* set KEY pin mode to input */ in user_button_init()
/bsp/stm32/stm32h563-st-nucleo/board/ports/
A Ddrv_key.c39 #define PIN_WK_UP GET_PIN(C,13) macro
212 return rt_pin_read(PIN_WK_UP); in button_keywkup_read()
240 rt_pin_mode(PIN_WK_UP, PIN_MODE_INPUT); /* set KEY pin mode to input */ in user_button_init()

Completed in 7 milliseconds