Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_port_l21.h1165 ((PortGroup *)hw)->PINCFG[index].reg |= PORT_PINCFG_DRVSTR; in hri_portgroup_set_PINCFG_DRVSTR_bit()
1173 tmp = (tmp & PORT_PINCFG_DRVSTR) >> PORT_PINCFG_DRVSTR_Pos; in hri_portgroup_get_PINCFG_DRVSTR_bit()
1182 tmp &= ~PORT_PINCFG_DRVSTR; in hri_portgroup_write_PINCFG_DRVSTR_bit()
1191 ((PortGroup *)hw)->PINCFG[index].reg &= ~PORT_PINCFG_DRVSTR; in hri_portgroup_clear_PINCFG_DRVSTR_bit()
1198 ((PortGroup *)hw)->PINCFG[index].reg ^= PORT_PINCFG_DRVSTR; in hri_portgroup_toggle_PINCFG_DRVSTR_bit()
2422 ((Port *)hw)->Group[submodule_index].PINCFG[index].reg |= PORT_PINCFG_DRVSTR; in hri_port_set_PINCFG_DRVSTR_bit()
2430 tmp = (tmp & PORT_PINCFG_DRVSTR) >> PORT_PINCFG_DRVSTR_Pos; in hri_port_get_PINCFG_DRVSTR_bit()
2440 tmp &= ~PORT_PINCFG_DRVSTR; in hri_port_write_PINCFG_DRVSTR_bit()
2449 ((Port *)hw)->Group[submodule_index].PINCFG[index].reg &= ~PORT_PINCFG_DRVSTR; in hri_port_clear_PINCFG_DRVSTR_bit()
2456 ((Port *)hw)->Group[submodule_index].PINCFG[index].reg ^= PORT_PINCFG_DRVSTR; in hri_port_toggle_PINCFG_DRVSTR_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h372 #define PORT_PINCFG_DRVSTR (_U(0x1) << PORT_PINCFG_DRVSTR_Pos) macro