Searched refs:s (Results 1 – 10 of 10) sorted by relevance
4021 CMU_Select_TypeDef s; in em01GrpbClkGet() local4025 s = cmuSelect_HFRCODPLL; in em01GrpbClkGet()4030 s = cmuSelect_HFRCODPLLRT; in em01GrpbClkGet()4035 s = cmuSelect_HFXO; in em01GrpbClkGet()4040 s = cmuSelect_HFXORT; in em01GrpbClkGet()4045 s = cmuSelect_FSRCO; in em01GrpbClkGet()4050 s = cmuSelect_CLKIN0; in em01GrpbClkGet()4054 s = cmuSelect_Disabled; in em01GrpbClkGet()4058 s = cmuSelect_Error; in em01GrpbClkGet()4066 *sel = s; in em01GrpbClkGet()[all …]
3970 CMU_Select_TypeDef s; in em01GrpbClkGet() local3974 s = cmuSelect_HFRCODPLL; in em01GrpbClkGet()3979 s = cmuSelect_HFRCODPLLRT; in em01GrpbClkGet()3984 s = cmuSelect_HFXO; in em01GrpbClkGet()3989 s = cmuSelect_HFXORT; in em01GrpbClkGet()3994 s = cmuSelect_FSRCO; in em01GrpbClkGet()3999 s = cmuSelect_CLKIN0; in em01GrpbClkGet()4003 s = cmuSelect_Disabled; in em01GrpbClkGet()4007 s = cmuSelect_Error; in em01GrpbClkGet()4015 *sel = s; in em01GrpbClkGet()[all …]
41 #define STR(s) #s argument42 #define XSTR(s) STR(s) argument
337 int32_t s = 4 * 8 - 1; in SL_RBIT() local343 s--; in SL_RBIT()345 result <<= s; in SL_RBIT()
320 int32_t s = 4 * 8 - 1; in SL_RBIT() local326 s--; in SL_RBIT()328 result <<= s; in SL_RBIT()
20 packaged with, or functions with a Silicon Labs Device in Licensee’s37 between Licensee and Silicon Labs that governs Licensee’s rights and38 obligations with respect to Licensee’s use of Micrium Software.63 manufacturer's subcontractors and agents, which is authorized by Licensee to100 not limited to a user’s activity on a Silicon Labs website, location, IP291 4.1.6. distribute copies of the Licensed Materials to Licensee’s end-user308 under agreements consistent with Licensee’s rights and obligations under this309 Agreement solely (a) to modify for Licensee’s use in developing and314 4.2.4. reproduce and distribute Licensed Programs internally and to Licensee’s315 External Manufacturers under agreements consistent with Licensee’s rights and[all …]
41 #define VERIFY_STATUS(s) \ argument43 if (s != SL_STATUS_OK) \44 return s; \
9 * Follow the guidelines established by ARM's and Silicon Labs's adaptation
110 return max(len(s.name) for s in self.signals)
54 #define VERIFY_STATUS(s) \ argument56 if (s != SL_STATUS_OK) \57 return s; \