Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h54 #define PORT_DIR_DIR_Pos 0 /**< \brief (PORT_DIR) Port Data Direction */ macro
55 #define PORT_DIR_DIR_Msk (_U(0xFFFFFFFF) << PORT_DIR_DIR_Pos)
56 #define PORT_DIR_DIR(value) (PORT_DIR_DIR_Msk & ((value) << PORT_DIR_DIR_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_port_l21.h88 tmp = (tmp & PORT_DIR_DIR(mask)) >> PORT_DIR_DIR_Pos; in hri_portgroup_get_DIR_DIR_bf()
96 tmp = (tmp & PORT_DIR_DIR_Msk) >> PORT_DIR_DIR_Pos; in hri_portgroup_read_DIR_DIR_bf()
1277 tmp = (tmp & PORT_DIR_DIR(mask)) >> PORT_DIR_DIR_Pos; in hri_port_get_DIR_DIR_bf()
1285 tmp = (tmp & PORT_DIR_DIR_Msk) >> PORT_DIR_DIR_Pos; in hri_port_read_DIR_DIR_bf()