Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_sdmmc.h335 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TRANSFER_DIR_TO_CARD) || \ argument
336 ((DIR) == SDIO_TRANSFER_DIR_TO_SDIO))
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dport.h45 uint32_t DIR:32; /*!< bit: 0..31 Port Data Direction */ member
378 __IO PORT_DIR_Type DIR; /**< \brief Offset: 0x00 (R/W 32) Data Direction */ member
Dtc.h142 uint8_t DIR:1; /*!< bit: 0 Counter Direction */ member
182 uint8_t DIR:1; /*!< bit: 0 Counter Direction */ member
Dtcc.h143 uint8_t DIR:1; /*!< bit: 0 Counter Direction */ member
194 uint8_t DIR:1; /*!< bit: 0 Counter Direction */ member
Dsercom.h944 uint16_t DIR:1; /*!< bit: 3 Read/Write Direction */ member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_sdmmc.h577 #define IS_SDMMC_TRANSFER_DIR(DIR) (((DIR) == SDMMC_TRANSFER_DIR_TO_CARD) || \ argument
578 ((DIR) == SDMMC_TRANSFER_DIR_TO_SDMMC))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_port_l21.h87 tmp = ((PortGroup *)hw)->DIR.reg; in hri_portgroup_get_DIR_DIR_bf()
95 tmp = ((PortGroup *)hw)->DIR.reg; in hri_portgroup_read_DIR_DIR_bf()
124 tmp = ((PortGroup *)hw)->DIR.reg; in hri_portgroup_get_DIR_reg()
131 return ((PortGroup *)hw)->DIR.reg; in hri_portgroup_read_DIR_reg()
1276 tmp = ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_get_DIR_DIR_bf()
1284 tmp = ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_read_DIR_DIR_bf()
1314 tmp = ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_get_DIR_reg()
1321 return ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_read_DIR_reg()