Searched refs:hal (Results 1 – 11 of 11) sorted by relevance
179 static void _cyhal_rtc_initialize_dst(const cyhal_rtc_dst_t *hal, cy_stc_rtc_dst_format_t *pdl) in _cyhal_rtc_initialize_dst() argument181 pdl->format = (hal->format == CYHAL_RTC_DST_FIXED) ? CY_RTC_DST_FIXED : CY_RTC_DST_RELATIVE; in _cyhal_rtc_initialize_dst()182 pdl->hour = hal->hour; in _cyhal_rtc_initialize_dst()183 pdl->dayOfMonth = (hal->format == CYHAL_RTC_DST_FIXED) ? hal->dayOfMonth : 1; in _cyhal_rtc_initialize_dst()184 pdl->weekOfMonth = (hal->format == CYHAL_RTC_DST_FIXED) ? 1 : hal->weekOfMonth + 1; in _cyhal_rtc_initialize_dst()185 pdl->dayOfWeek = (hal->format == CYHAL_RTC_DST_FIXED) ? 1 : hal->dayOfWeek + 1; in _cyhal_rtc_initialize_dst()186 pdl->month = hal->month; in _cyhal_rtc_initialize_dst()
309 static const cyhal_dma_event_t hal[] = in _cyhal_dma_dw_convert_interrupt_cause() local323 CY_ASSERT(cause < sizeof(hal)/sizeof(cyhal_dma_event_t)); in _cyhal_dma_dw_convert_interrupt_cause()324 if (cause < sizeof(hal)/sizeof(cyhal_dma_event_t)) in _cyhal_dma_dw_convert_interrupt_cause()325 hal_rslt = hal[cause]; in _cyhal_dma_dw_convert_interrupt_cause()
387 static const cyhal_dma_event_t hal[] = in _cyhal_dma_dmac_convert_interrupt_cause() local400 for (uint8_t i = 0; cause > 0 && i < sizeof(hal)/sizeof(cyhal_dma_event_t); i++) in _cyhal_dma_dmac_convert_interrupt_cause()403 hal_rslt |= hal[i]; in _cyhal_dma_dmac_convert_interrupt_cause()
1 ### Zephyr hal module for an Infineon devices9 The Zephyr hal module for an Infineon devices uses below assets:15 - mtb-hal-cat1 - the Hardware Abstraction Layer (HAL) provides a high-level38 | mtb-hal-cat1 | 2.0.0 |
3 mtb-hal-cat1: 2.6.2.44607
1 mtb://mtb-hal-cat1#latest-v2.X#$$ASSET_REPO$$/mtb-hal-cat1/latest-v2.X
150 * Renamed library from psoc6hal to mtb-hal-cat1209 * [API Reference Guide](https://infineon.github.io/mtb-hal-cat1/html/modules.html)
58 * [API Reference Guide](https://infineon.github.io/mtb-hal-cat1/html/modules.html)
51 | [Infineon HAL](https://github.com/Infineon/mtb-hal-cat1) | 2.6.0 |