Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h127 #define PORT_OUT_OUT_Msk (_U(0xFFFFFFFF) << PORT_OUT_OUT_Pos) macro
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.h167 tmp = (tmp & PORT_OUT_OUT_Msk) >> PORT_OUT_OUT_Pos; in hri_portgroup_read_OUT_OUT_bf()
1358 tmp = (tmp & PORT_OUT_OUT_Msk) >> PORT_OUT_OUT_Pos; in hri_port_read_OUT_OUT_bf()