Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h126 #define PORT_OUT_OUT_Pos 0 /**< \brief (PORT_OUT) Port Data Output Value */ macro
127 #define PORT_OUT_OUT_Msk (_U(0xFFFFFFFF) << PORT_OUT_OUT_Pos)
128 #define PORT_OUT_OUT(value) (PORT_OUT_OUT_Msk & ((value) << PORT_OUT_OUT_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_port_l21.h159 tmp = (tmp & PORT_OUT_OUT(mask)) >> PORT_OUT_OUT_Pos; in hri_portgroup_get_OUT_OUT_bf()
167 tmp = (tmp & PORT_OUT_OUT_Msk) >> PORT_OUT_OUT_Pos; in hri_portgroup_read_OUT_OUT_bf()
1350 tmp = (tmp & PORT_OUT_OUT(mask)) >> PORT_OUT_OUT_Pos; in hri_port_get_OUT_OUT_bf()
1358 tmp = (tmp & PORT_OUT_OUT_Msk) >> PORT_OUT_OUT_Pos; in hri_port_read_OUT_OUT_bf()