Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h371 #define PORT_PINCFG_DRVSTR_Pos 6 /**< \brief (PORT_PINCFG) Output Driver Strength S… macro
372 #define PORT_PINCFG_DRVSTR (_U(0x1) << PORT_PINCFG_DRVSTR_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_port_l21.h1173 tmp = (tmp & PORT_PINCFG_DRVSTR) >> PORT_PINCFG_DRVSTR_Pos; in hri_portgroup_get_PINCFG_DRVSTR_bit()
1183 tmp |= value << PORT_PINCFG_DRVSTR_Pos; in hri_portgroup_write_PINCFG_DRVSTR_bit()
2430 tmp = (tmp & PORT_PINCFG_DRVSTR) >> PORT_PINCFG_DRVSTR_Pos; in hri_port_get_PINCFG_DRVSTR_bit()
2441 tmp |= value << PORT_PINCFG_DRVSTR_Pos; in hri_port_write_PINCFG_DRVSTR_bit()