Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 21 of 21) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_se.c815 volatile uint32_t parity = 0; in SE_initPubkey() local
817 parity = parity ^ ((uint32_t *)pubkey)[i]; in SE_initPubkey()
829 SE_DataTransfer_t parityData = SE_DATATRANSFER_DEFAULT(&parity, 4); in SE_initPubkey()
917 volatile uint32_t parity = 0; in SE_initOTP() local
918 parity = parity ^ mcuSettingsFlags; in SE_initOTP()
921 parity, in SE_initOTP()
940 parity = parity ^ ((uint32_t*)(&reservedSettings))[i]; in SE_initOTP()
942 parameters[0] = parity; in SE_initOTP()
Dem_leuart.c455 | (uint32_t)(init->parity) in LEUART_Init()
Dem_usart.c793 | (uint32_t)init->parity; in USART_InitAsync()
Dem_eusart.c917 | (uint32_t)(init->parity) in EUSART_AsyncInitCommon()
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsl_se_manager_util.c300 volatile uint32_t parity = 0; in sl_se_init_otp_key() local
302 parity = parity ^ ((uint32_t *)key)[i]; in sl_se_init_otp_key()
315 sli_se_datatransfer_t parity_data = SLI_SE_DATATRANSFER_DEFAULT(&parity, 4); in sl_se_init_otp_key()
643 volatile uint32_t parity = 0; in sl_se_init_otp() local
644 parity = parity ^ mcu_settings_flags; in sl_se_init_otp()
646 parity = parity ^ ((uint32_t*)(&otp_tamper_settings))[i]; in sl_se_init_otp()
653 parity, in sl_se_init_otp()
778 uint32_t parity = 0; in sl_se_init_otp() local
779 parity = parity ^ mcu_settings_flags; in sl_se_init_otp()
785 parity, in sl_se_init_otp()
/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_UART_B_Type.c203 SI32_UART_B_PARITY_Enum_Type parity) in _SI32_UART_B_select_rx_parity() argument
205 assert(parity < 4); // parity < 2^2 in _SI32_UART_B_select_rx_parity()
208 basePointer->CONFIG_SET = parity << SI32_UART_B_CONFIG_RPARMD_SHIFT; in _SI32_UART_B_select_rx_parity()
386 SI32_UART_B_PARITY_Enum_Type parity) in _SI32_UART_B_select_tx_parity() argument
388 assert(parity < 4); // parity < 2^2 in _SI32_UART_B_select_tx_parity()
391 basePointer->CONFIG_SET = parity << SI32_UART_B_CONFIG_TPARMD_SHIFT; in _SI32_UART_B_select_tx_parity()
DSI32_UART_A_Type.c199 SI32_UART_A_PARITY_Enum_Type parity) in _SI32_UART_A_select_rx_parity() argument
201 assert(parity < 4); // parity < 2^2 in _SI32_UART_A_select_rx_parity()
204 basePointer->CONFIG_SET = parity << SI32_UART_A_CONFIG_RPARMD_SHIFT; in _SI32_UART_A_select_rx_parity()
408 SI32_UART_A_PARITY_Enum_Type parity) in _SI32_UART_A_select_tx_parity() argument
410 assert(parity < 4); // parity < 2^2 in _SI32_UART_A_select_tx_parity()
413 basePointer->CONFIG_SET = parity << SI32_UART_A_CONFIG_TPARMD_SHIFT; in _SI32_UART_A_select_tx_parity()
DSI32_USART_B_Type.c200 SI32_USART_B_PARITY_Enum_Type parity) in _SI32_USART_B_select_rx_parity() argument
202 assert(parity < 4); // parity < 2^2 in _SI32_USART_B_select_rx_parity()
205 basePointer->CONFIG_SET = parity << SI32_USART_B_CONFIG_RPARMD_SHIFT; in _SI32_USART_B_select_rx_parity()
435 SI32_USART_B_PARITY_Enum_Type parity) in _SI32_USART_B_select_tx_parity() argument
437 assert(parity < 4); // parity < 2^2 in _SI32_USART_B_select_tx_parity()
440 basePointer->CONFIG_SET = parity << SI32_USART_B_CONFIG_TPARMD_SHIFT; in _SI32_USART_B_select_tx_parity()
DSI32_USART_A_Type.c199 SI32_USART_A_PARITY_Enum_Type parity) in _SI32_USART_A_select_rx_parity() argument
201 assert(parity < 4); // parity < 2^2 in _SI32_USART_A_select_rx_parity()
204 basePointer->CONFIG_SET = parity << SI32_USART_A_CONFIG_RPARMD_SHIFT; in _SI32_USART_A_select_rx_parity()
434 SI32_USART_A_PARITY_Enum_Type parity) in _SI32_USART_A_select_tx_parity() argument
436 assert(parity < 4); // parity < 2^2 in _SI32_USART_A_select_tx_parity()
439 basePointer->CONFIG_SET = parity << SI32_USART_A_CONFIG_TPARMD_SHIFT; in _SI32_USART_A_select_tx_parity()
DSI32_UART_A_Type.h265 #define SI32_UART_A_select_rx_parity(basePointer, parity) do{ \ argument
267 basePointer->CONFIG_SET = parity << SI32_UART_A_CONFIG_RPARMD_SHIFT;\
495 #define SI32_UART_A_select_tx_parity(basePointer, parity) do{ \ argument
497 basePointer->CONFIG_SET = parity << SI32_UART_A_CONFIG_TPARMD_SHIFT;\
DSI32_UART_B_Type.h272 #define SI32_UART_B_select_rx_parity(basePointer, parity) do{ \ argument
274 basePointer->CONFIG_SET = parity << SI32_UART_B_CONFIG_RPARMD_SHIFT;\
476 #define SI32_UART_B_select_tx_parity(basePointer, parity) do{ \ argument
478 basePointer->CONFIG_SET = parity << SI32_UART_B_CONFIG_TPARMD_SHIFT;\
DSI32_USART_A_Type.h265 #define SI32_USART_A_select_rx_parity(basePointer, parity) do{ \ argument
267 basePointer->CONFIG_SET = parity << SI32_USART_A_CONFIG_RPARMD_SHIFT;\
521 #define SI32_USART_A_select_tx_parity(basePointer, parity) do{ \ argument
523 basePointer->CONFIG_SET = parity << SI32_USART_A_CONFIG_TPARMD_SHIFT;\
DSI32_USART_B_Type.h265 #define SI32_USART_B_select_rx_parity(basePointer, parity) do{ \ argument
267 basePointer->CONFIG_SET = parity << SI32_USART_B_CONFIG_RPARMD_SHIFT;\
521 #define SI32_USART_B_select_tx_parity(basePointer, parity) do{ \ argument
523 basePointer->CONFIG_SET = parity << SI32_USART_B_CONFIG_TPARMD_SHIFT;\
/hal_silabs-latest/gecko/emlib/inc/
Dem_leuart.h109 LEUART_Parity_TypeDef parity; member
Dem_usart.h309 USART_Parity_TypeDef parity; member
Dem_eusart.h537 EUSART_Parity_TypeDef parity; member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_usart.h309 USART_Parity_TypeDef parity; member
Dem_eusart.h537 EUSART_Parity_TypeDef parity; member
/hal_silabs-latest/scripts/
Dgen_pinctrl.py307 … f"SILABS_ABUS(0x{abus["base_offset"]:x}, 0x{abus["parity"]:x}, 0x{abus["value"]:x})")
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_usart.c793 | (uint32_t)init->parity; in USART_InitAsync()
Dem_eusart.c920 | (uint32_t)(init->parity) in EUSART_AsyncInitCommon()