Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h7153 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg |= USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_set_EPCFG_NYETDIS_bit()
7160 tmp = ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg; in hri_usbendpoint_get_EPCFG_NYETDIS_bit()
7169 tmp = ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg; in hri_usbendpoint_write_EPCFG_NYETDIS_bit()
7172 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg = tmp; in hri_usbendpoint_write_EPCFG_NYETDIS_bit()
7179 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg &= ~USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_clear_EPCFG_NYETDIS_bit()
7186 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg ^= USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_toggle_EPCFG_NYETDIS_bit()
7194 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg |= USB_DEVICE_EPCFG_EPTYPE0(mask); in hri_usbendpoint_set_EPCFG_EPTYPE0_bf()
7202 tmp = ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg; in hri_usbendpoint_get_EPCFG_EPTYPE0_bf()
7212 tmp = ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg; in hri_usbendpoint_write_EPCFG_EPTYPE0_bf()
7215 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg = tmp; in hri_usbendpoint_write_EPCFG_EPTYPE0_bf()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1660 …__IO USB_DEVICE_EPCFG_Type EPCFG; /**< \brief Offset: 0x000 (R/W 8) DEVICE_ENDPOINT End… member