Searched refs:lower (Results 1 – 6 of 6) sorted by relevance
/hal_infineon-3.7.0/XMCLib/drivers/src/ |
D | xmc4_scu.c | 1479 void XMC_SCU_HIB_LPAC_SetVBATThresholds(uint8_t lower, uint8_t upper) in XMC_SCU_HIB_LPAC_SetVBATThresholds() argument 1487 …SCU_HIBERNATE->LPACTH0 = (lower << SCU_HIBERNATE_LPACTH0_VBATLO_Pos) | (upper << SCU_HIBERNATE_LPA… in XMC_SCU_HIB_LPAC_SetVBATThresholds() 1493 void XMC_SCU_HIB_LPAC_SetHIBIO0Thresholds(uint8_t lower, uint8_t upper) in XMC_SCU_HIB_LPAC_SetHIBIO0Thresholds() argument 1502 (lower << SCU_HIBERNATE_LPACTH1_AHIBIO0LO_Pos) | in XMC_SCU_HIB_LPAC_SetHIBIO0Thresholds() 1507 void XMC_SCU_HIB_LPAC_SetHIBIO1Thresholds(uint8_t lower, uint8_t upper) in XMC_SCU_HIB_LPAC_SetHIBIO1Thresholds() argument 1516 (lower << SCU_HIBERNATE_LPACTH1_AHIBIO1LO_Pos) | in XMC_SCU_HIB_LPAC_SetHIBIO1Thresholds()
|
/hal_infineon-3.7.0/mtb-hal-cat1/ |
D | README.md | 25 …advanced use cases. For example, if a block instance will be managed by a lower-level API (for exa… 29 * Peripherals that can operate as is in the requested lower power mode do so 30 * Peripherals that are purely input allow the lower power mode transition, but make sure they resto… 32 * Peripherals that can output a signal, but are not currently, will allow the lower power mode tran…
|
/hal_infineon-3.7.0/core-lib/ |
D | README.md | 14 * `CY_LO8`: Gets the lower 8 bits of a 16-bit value 16 * `CY_LO16`: Gets the lower 16 bits of a 32-bit value
|
D | RELEASE.md | 10 * CY_LO8: Gets the lower 8 bits of a 16-bit value 12 * CY_LO16: Gets the lower 16 bits of a 32-bit value
|
/hal_infineon-3.7.0/XMCLib/drivers/inc/ |
D | xmc4_scu.h | 3391 void XMC_SCU_HIB_LPAC_SetVBATThresholds(uint8_t lower, uint8_t upper); 3410 void XMC_SCU_HIB_LPAC_SetHIBIO0Thresholds(uint8_t lower, uint8_t upper); 3430 void XMC_SCU_HIB_LPAC_SetHIBIO1Thresholds(uint8_t lower, uint8_t upper);
|
/hal_infineon-3.7.0/btstack/ |
D | RELEASE.md | 181 … called by the lower layer transport driver to restart sending ACL data to the controller when buf…
|