Searched refs:CMP (Results 1 – 12 of 12) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/ |
D | rtc.h | 431 uint16_t CMP:1; /*!< bit: 8 Compare x Interrupt Enable */ member 488 uint16_t CMP:2; /*!< bit: 8.. 9 Compare x Interrupt Enable */ member 602 uint16_t CMP:1; /*!< bit: 8 Compare x Interrupt Enable */ member 659 uint16_t CMP:2; /*!< bit: 8.. 9 Compare x Interrupt Enable */ member 773 __I uint16_t CMP:1; /*!< bit: 8 Compare x */ member 830 __I uint16_t CMP:2; /*!< bit: 8.. 9 Compare x */ member
|
D | tcc.h | 1055 uint32_t CMP:4; /*!< bit: 24..27 Compare Channel x Value */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lptim.h | 451 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare() 462 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
|
D | stm32l0xx_hal_lptim.h | 430 #define __HAL_LPTIM_COMPARE_SET(__HANDLE__ , __VALUE__) ((__HANDLE__)->Instance->CMP = (__VALU…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lptim.h | 557 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare() 568 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
|
D | stm32l4xx_hal_lptim.h | 459 #define __HAL_LPTIM_COMPARE_SET(__HANDLE__ , __VALUE__) ((__HANDLE__)->Instance->CMP = (__VALU…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_lptim.c | 1376 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_lptim.c | 1601 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 326 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0x14… member
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 344 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0x14… member
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 343 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0x14… member
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 621 …__IO uint32_t CMP; /*!< LPTIM Compare register, Address offset… member
|