Searched refs:_cyhal_sdxx_semaphore_status (Results 1 – 1 of 1) sorted by relevance
244 static _cyhal_sdxx_semaphore_status_t _cyhal_sdxx_semaphore_status[CY_IP_MXSDHC_INSTANCES]; variable249 return (_CYHAL_SDXX_SEMA_USED == _cyhal_sdxx_semaphore_status[sdxx->resource.block_num]); in _cyhal_sdxx_is_smfr_ready_for_set()255 return (_CYHAL_SDXX_SEMA_USED == _cyhal_sdxx_semaphore_status[sdxx->resource.block_num]) || in _cyhal_sdxx_is_smfr_ready_for_get()256 (_CYHAL_SDXX_SEMA_SET == _cyhal_sdxx_semaphore_status[sdxx->resource.block_num]); in _cyhal_sdxx_is_smfr_ready_for_get()1049 if (_CYHAL_SDXX_SEMA_NOT_INITED == _cyhal_sdxx_semaphore_status[block_num]) in _cyhal_sdxx_setup_smphr()1058 else if (_CYHAL_SDXX_SEMA_SET == _cyhal_sdxx_semaphore_status[block_num]) in _cyhal_sdxx_setup_smphr()1067 _cyhal_sdxx_semaphore_status[block_num] = _CYHAL_SDXX_SEMA_USED; in _cyhal_sdxx_setup_smphr()1070 else if (_CYHAL_SDXX_SEMA_NOT_INITED != _cyhal_sdxx_semaphore_status[block_num]) in _cyhal_sdxx_setup_smphr()1072 _cyhal_sdxx_semaphore_status[block_num] = _CYHAL_SDXX_SEMA_NOT_USED; in _cyhal_sdxx_setup_smphr()1096 _cyhal_sdxx_semaphore_status[sdxx->resource.block_num] = _CYHAL_SDXX_SEMA_NOT_USED; in _cyhal_sdxx_waitfor_transfer_complete()[all …]