Home
last modified time | relevance | path

Searched refs:cyhal_hwmgr_allocate (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_timer.c171 result = cyhal_hwmgr_allocate(CYHAL_RSC_T2TIMER, &obj->t2timer.resource); in cyhal_timer_init()
187 result = cyhal_hwmgr_allocate(CYHAL_RSC_TCPWM, &obj->tcpwm.resource); in cyhal_timer_init()
196 result = cyhal_hwmgr_allocate(CYHAL_RSC_T2TIMER, &obj->t2timer.resource); in cyhal_timer_init()
Dcyhal_hwmgr.c206 cy_rslt_t cyhal_hwmgr_allocate(cyhal_resource_t type, cyhal_resource_inst_t* obj) in cyhal_hwmgr_allocate() function
214 cy_rslt_t cyhal_hwmgr_allocate(cyhal_resource_t type, cyhal_resource_inst_t* obj) in _cyhal_hwmgr_allocate_with_connection()
Dcyhal_quaddec.c381 rslt = cyhal_hwmgr_allocate(CYHAL_RSC_TCPWM, &obj->tcpwm.resource); in cyhal_quaddec_init()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_hwmgr.h140 cy_rslt_t cyhal_hwmgr_allocate(cyhal_resource_t type, cyhal_resource_inst_t* obj);