Home
last modified time | relevance | path

Searched refs:filclksel (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
38 ((filclksel) << RZG3S_GPIO_FILCLKSEL_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