Home
last modified time | relevance | path

Searched refs:SEMAILBOX_HOST (Results 1 – 25 of 98) sorted by relevance

1234

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/
Dsli_se_manager_mailbox.h502 while (!(SEMAILBOX_HOST->RX_STATUS & SEMAILBOX_RX_STATUS_RXINT)) { in sli_se_mailbox_read_response()
506 return (sli_se_mailbox_response_t)(SEMAILBOX_HOST->RX_HEADER & SLI_SE_RESPONSE_MASK); in sli_se_mailbox_read_response()
524 SEMAILBOX_HOST->CONFIGURATION &= ~flags; in sli_se_mailbox_disable_interrupt()
542 SEMAILBOX_HOST->CONFIGURATION |= flags; in sli_se_mailbox_enable_interrupt()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_se.h212 return (bool)(SEMAILBOX_HOST->RX_STATUS & SEMAILBOX_RX_STATUS_RXINT); in SE_isCommandCompleted()
236 return (SE_Response_t)(SEMAILBOX_HOST->RX_HEADER & SE_RESPONSE_MASK); in SE_readCommandResponse()
268 SEMAILBOX_HOST->CONFIGURATION &= ~flags; in SE_disableInterrupt()
286 SEMAILBOX_HOST->CONFIGURATION |= flags; in SE_enableInterrupt()
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsli_se_manager_mailbox.c146 SEMAILBOX_HOST->FIFO = value; in write_to_fifo()
151 SEMAILBOX_HOST->FIFO[0].DATA = value; in write_to_fifo()
267 while (!(SEMAILBOX_HOST->TX_STATUS & SEMAILBOX_TX_STATUS_TXINT)) { in sli_se_mailbox_execute_command()
272 SEMAILBOX_HOST->TX_HEADER = sizeof(uint32_t) * (5 + command->num_parameters); in sli_se_mailbox_execute_command()
277 SEMAILBOX_HOST->TX_HEADER = sizeof(uint32_t) * (4 + command->num_parameters); in sli_se_mailbox_execute_command()
Dsl_se_manager.c326 if (SEMAILBOX_HOST->RX_STATUS & SEMAILBOX_RX_STATUS_RXINT) { in SEMBRX_IRQHandler()
407 SEMAILBOX_HOST->FIFO; in sli_se_execute_and_wait()
440 SEMAILBOX_HOST->FIFO; in sli_se_execute_and_wait()
/hal_silabs-latest/gecko/emlib/inc/
Dem_se.h217 return (bool)(SEMAILBOX_HOST->RX_STATUS & SEMAILBOX_RX_STATUS_RXINT); in SE_isCommandCompleted()
241 return (SE_Response_t)(SEMAILBOX_HOST->RX_HEADER & SE_RESPONSE_MASK); in SE_readCommandResponse()
273 SEMAILBOX_HOST->CONFIGURATION &= ~flags; in SE_disableInterrupt()
291 SEMAILBOX_HOST->CONFIGURATION |= flags; in SE_enableInterrupt()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_se.c149 SEMAILBOX_HOST->FIFO = value; in writeToFifo()
154 SEMAILBOX_HOST->FIFO[0].DATA = value; in writeToFifo()
282 while (!(SEMAILBOX_HOST->TX_STATUS & SEMAILBOX_TX_STATUS_TXINT)) { in SE_executeCommand()
287 SEMAILBOX_HOST->TX_HEADER = sizeof(uint32_t) * (5 + command->num_parameters); in SE_executeCommand()
292 SEMAILBOX_HOST->TX_HEADER = sizeof(uint32_t) * (4 + command->num_parameters); in SE_executeCommand()
/hal_silabs-latest/gecko/emlib/src/
Dem_se.c150 SEMAILBOX_HOST->FIFO = value; in writeToFifo()
155 SEMAILBOX_HOST->FIFO[0].DATA = value; in writeToFifo()
283 while (!(SEMAILBOX_HOST->TX_STATUS & SEMAILBOX_TX_STATUS_TXINT)) ; in SE_executeCommand()
286 SEMAILBOX_HOST->TX_HEADER = sizeof(uint32_t) * (4 + command->num_parameters); in SE_executeCommand()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Include/
Defr32mg21a010f1024im32.h898 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21a010f512im32.h898 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21a010f768im32.h898 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21a020f1024im32.h900 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21a020f512im32.h900 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21a020f768im32.h900 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21b010f1024im32.h898 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21b010f512im32.h898 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21b010f768im32.h898 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21b020f1024im32.h900 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21b020f512im32.h900 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32mg21b020f768im32.h900 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Drm21z000f1024im32.h896 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32FG23/Include/
Defr32fg23b020f128gm40.h1054 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32fg23b020f512im40.h1054 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32fg23b021f512im40.h1051 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32fg23a010f128gm40.h1053 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro
Defr32fg23a010f256gm40.h1053 #define SEMAILBOX_HOST ((SEMAILBOX_HOST_TypeDef *) SEMAILBOX_HOST_BASE) /**< SEMAILBOX_HOS… macro

1234