/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_crc.h | 159 return (uint32_t)(READ_REG(CRCx->IDR)); in LL_CRC_Read_IDR() 172 *((uint8_t __IO *)(&CRCx->IDR)) = (uint8_t) InData; in LL_CRC_Write_IDR()
|
D | stm32l1xx_hal_crc.h | 117 #define __HAL_CRC_SET_IDR(__HANDLE__, __VALUE__) (WRITE_REG((__HANDLE__)->Instance->IDR, (__VALUE__… 124 #define __HAL_CRC_GET_IDR(__HANDLE__) (((__HANDLE__)->Instance->IDR) & CRC_IDR_IDR)
|
D | stm32l1xx_ll_gpio.h | 790 return (uint32_t)(READ_REG(GPIOx->IDR)); in LL_GPIO_ReadInputPort() 819 return (READ_BIT(GPIOx->IDR, PinMask) == (PinMask)); in LL_GPIO_IsInputPinSet()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_crc.h | 430 return (uint32_t)(READ_REG(CRCx->IDR)); in LL_CRC_Read_IDR() 445 *((uint8_t __IO *)(&CRCx->IDR)) = (uint8_t) InData; in LL_CRC_Write_IDR() 447 WRITE_REG(CRCx->IDR, InData); in LL_CRC_Write_IDR()
|
D | stm32l4xx_hal_crc.h | 264 #define __HAL_CRC_SET_IDR(__HANDLE__, __VALUE__) (WRITE_REG((__HANDLE__)->Instance->IDR, (__VALUE__… 272 #define __HAL_CRC_GET_IDR(__HANDLE__) (((__HANDLE__)->Instance->IDR) & CRC_IDR_IDR)
|
D | stm32l4xx_ll_gpio.h | 864 return (uint32_t)(READ_REG(GPIOx->IDR)); in LL_GPIO_ReadInputPort() 893 return ((READ_BIT(GPIOx->IDR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsInputPinSet()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_crc.h | 263 #define __HAL_CRC_SET_IDR(__HANDLE__, __VALUE__) (WRITE_REG((__HANDLE__)->Instance->IDR, (__VALUE__… 270 #define __HAL_CRC_GET_IDR(__HANDLE__) (((__HANDLE__)->Instance->IDR) & CRC_IDR_IDR)
|
D | stm32l0xx_ll_crc.h | 426 return (uint32_t)(READ_REG(CRCx->IDR)); in LL_CRC_Read_IDR() 439 *((uint8_t __IO *)(&CRCx->IDR)) = (uint8_t) InData; in LL_CRC_Write_IDR()
|
D | stm32l0xx_ll_gpio.h | 751 return (uint32_t)(READ_REG(GPIOx->IDR)); in LL_GPIO_ReadInputPort() 780 return (READ_BIT(GPIOx->IDR, PinMask) == (PinMask)); in LL_GPIO_IsInputPinSet()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_crc.c | 161 CLEAR_BIT(hcrc->Instance->IDR, CRC_IDR_IDR) ; in HAL_CRC_DeInit()
|
D | stm32l1xx_hal_gpio.c | 408 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET) in HAL_GPIO_ReadPin()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_crc.c | 231 CLEAR_BIT(hcrc->Instance->IDR, CRC_IDR_IDR) ; in HAL_CRC_DeInit()
|
D | stm32l0xx_hal_gpio.c | 394 if((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET) in HAL_GPIO_ReadPin()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_crc.c | 219 CLEAR_BIT(hcrc->Instance->IDR, CRC_IDR_IDR); in HAL_CRC_DeInit()
|
D | stm32l4xx_hal_gpio.c | 420 if ((GPIOx->IDR & GPIO_Pin) != 0x00u) in HAL_GPIO_ReadPin()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 208 __IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x0… member 308 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 192 __IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x0… member 326 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 216 …__IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04… member 325 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 216 …__IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04… member 325 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 191 __IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x0… member 325 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 225 …__IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04… member 354 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 227 …__IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04… member 363 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10… member
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 331 …__IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04 … member 554 …__IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10 */ member
|