Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Drenesas-rz-gpio.h36 #define RZG3S_GPIO_FILTER_SET(fillonoff, filnum, filclksel) \ argument
37 (((fillonoff) | ((filnum) << RZG3S_GPIO_FILNUM_SHIFT) | \
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/
Dpinctrl-rzg-common.h102 #define RZG_FILTER_SET(filnum, filclksel) (((filnum) & 0x3) << 0x2) | (filclksel & 0x3) argument