Home
last modified time | relevance | path

Searched refs:now (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_rtc.c454 cy_stc_rtc_config_t now; in cyhal_rtc_set_alarm_by_seconds() local
456 Cy_RTC_GetDateAndTime(&now); in cyhal_rtc_set_alarm_by_seconds()
457 const int year = (int)(now.year + _cyhal_rtc_get_century()); in cyhal_rtc_set_alarm_by_seconds()
460 bool nowDst = (NULL != _cyhal_rtc_dst) && Cy_RTC_GetDstStatus(_cyhal_rtc_dst, &now); in cyhal_rtc_set_alarm_by_seconds()
463 remaining = _cyhal_rtc_update_field(remaining, &now.sec, &now.min, 60); in cyhal_rtc_set_alarm_by_seconds()
464 remaining = _cyhal_rtc_update_field(remaining, &now.min, &now.hour, 60); in cyhal_rtc_set_alarm_by_seconds()
465 remaining = _cyhal_rtc_update_field(remaining, &now.hour, &now.date, 24); in cyhal_rtc_set_alarm_by_seconds()
468 now.date += remaining; in cyhal_rtc_set_alarm_by_seconds()
469 while (now.date > (days = Cy_RTC_DaysInMonth(now.month, year))) in cyhal_rtc_set_alarm_by_seconds()
471 now.date -= days; in cyhal_rtc_set_alarm_by_seconds()
[all …]
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_common.c195 whd_time_t now; in whd_bus_handle_delayed_release() local
197 cy_rtos_get_time(&now); in whd_bus_handle_delayed_release()
199 … if (bus_common->delayed_bus_release_deadline - now <= bus_common->delayed_bus_release_timeout_ms) in whd_bus_handle_delayed_release()
201 time_until_release = bus_common->delayed_bus_release_deadline - now; in whd_bus_handle_delayed_release()
/hal_infineon-3.7.0/mtb-hal-cat1/
DRELEASE.md87 3. cyhal_gpio_register_callback now takes a structure containing details about the callback.
101 …2. cyhal_qspi_init() now takes io[x] and ssel pins as pointer to cyhal_qspi_slave_pin_config_t str…
114 …ch only controls the enablement status of flow control. CTS / RTS pins are now provided via cyhal_…
/hal_infineon-3.7.0/whd-bsp-integration/
DRELEASE.md16 * Card initialization process improvements. Code now checks whether SDIO device supports 1.8V signa…
/hal_infineon-3.7.0/mtb-pdl-cat1/
DREADME.md47 New versions of PDL from 2.0 onwards are now be available in [mtb-pdl-cat1](https://infineon.github…
/hal_infineon-3.7.0/btstack/
DRELEASE.md100 …- Stack now conforms to PTS8.1.1. Below are the test cases that fail and are under discussion/debu…
182 …- The stack now supports Host based address resolution when using controllers that do not support …