Home
last modified time | relevance | path

Searched refs:cyhal_resource_t (Results 1 – 8 of 8) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_hwmgr.c82 static cy_rslt_t _cyhal_get_bit_position(cyhal_resource_t type, uint8_t block, uint8_t channel, uin… in _cyhal_get_bit_position()
97 ? _cyhal_get_resource_offset((cyhal_resource_t)(type + 1)) in _cyhal_get_bit_position()
129 static inline cy_rslt_t _cyhal_is_set(const uint8_t* used, cyhal_resource_t type, uint8_t block, ui… in _cyhal_is_set()
142 static inline cy_rslt_t _cyhal_set_bit(uint8_t* used, cyhal_resource_t type, uint8_t block, uint8_t… in _cyhal_set_bit()
155 static inline cy_rslt_t _cyhal_clear_bit(uint8_t* used, cyhal_resource_t type, uint8_t block, uint8… in _cyhal_clear_bit()
206 cy_rslt_t cyhal_hwmgr_allocate(cyhal_resource_t type, cyhal_resource_inst_t* obj) in cyhal_hwmgr_allocate()
211 cy_rslt_t _cyhal_hwmgr_allocate_with_connection(cyhal_resource_t type, const cyhal_source_t *src, c… in _cyhal_hwmgr_allocate_with_connection()
214 cy_rslt_t cyhal_hwmgr_allocate(cyhal_resource_t type, cyhal_resource_inst_t* obj) in _cyhal_hwmgr_allocate_with_connection()
219 ? _cyhal_get_resource_offset((cyhal_resource_t)(type + 1)) in _cyhal_hwmgr_allocate_with_connection()
Dcyhal_utils.c57 const cyhal_resource_pin_mapping_t* _cyhal_utils_try_alloc(cyhal_gpio_t pin, cyhal_resource_t rsc, … in _cyhal_utils_try_alloc()
Dcyhal_hwmgr_impl_part.h1462 static inline uint16_t _cyhal_uses_channels(cyhal_resource_t type) in _cyhal_uses_channels()
1467 static inline uint16_t _cyhal_get_resource_offset(cyhal_resource_t type) in _cyhal_get_resource_offset()
1472 static inline const _cyhal_hwmgr_offset_t* _cyhal_get_block_offsets(cyhal_resource_t type) in _cyhal_get_block_offsets()
1503 static inline uint8_t _cyhal_get_block_offset_length(cyhal_resource_t type) in _cyhal_get_block_offset_length()
Dcyhal_audio_common.c648 cyhal_resource_t rsc_type = CYHAL_RSC_I2S; in _cyhal_audioss_init()
650 cyhal_resource_t rsc_type = CYHAL_RSC_TDM; in _cyhal_audioss_init()
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hwmgr_impl.h54 cy_rslt_t _cyhal_hwmgr_allocate_with_connection(cyhal_resource_t type, const cyhal_source_t *src, c…
Dcyhal_hw_resources.h239 } cyhal_resource_t; typedef
589 cyhal_resource_t type; //!< The resource block type
Dcyhal_utils.h121 const cyhal_resource_pin_mapping_t* _cyhal_utils_try_alloc(cyhal_gpio_t pin, cyhal_resource_t rsc, …
/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);