Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_rtc.h182 …uint32_t seconds : 6; /**< Alarm seconds compare value (0-59: Above this causes this bitfield to … member
222 …uint32_t seconds : 6; /**< Seconds time value (0-59: Above this causes this bitfield to be set wi… member
Dxmc_eth_mac.h369 uint32_t seconds; /**< Seconds */ member
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_rtc.c425 cy_rslt_t cyhal_rtc_set_alarm_by_seconds(cyhal_rtc_t *obj, const uint32_t seconds) in cyhal_rtc_set_alarm_by_seconds()